diff options
-rw-r--r-- | README.md | 1 | ||||
-rwxr-xr-x | install.sh | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -20,6 +20,7 @@ The `install.sh` script installs the entire setup: - fonts-hack - fonts-noto-color-emoji - xclip +- hexchat It then symlinks the configuration files for those packages to the files in this repository. This has two advantages. @@ -40,7 +40,8 @@ if command_exists apt; then signal-desktop \ fonts-hack \ fonts-noto-color-emoji \ - xclip + xclip \ + hexchat $SUDO apt purge -y \ lemonbar # automatically installed but unwanted else |