aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rwxr-xr-xinstall.sh3
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a8bb6a..0d0f077 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/install.sh b/install.sh
index 7d2f4f8..a562835 100755
--- a/install.sh
+++ b/install.sh
@@ -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