summaryrefslogtreecommitdiffstats
path: root/ln.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ln.sh')
-rwxr-xr-xln.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ln.sh b/ln.sh
index 55040c9..81257ba 100755
--- a/ln.sh
+++ b/ln.sh
@@ -5,7 +5,7 @@ pushd $SCRIPT_DIR
mkdir -p ~/.config
pushd ~/.config
-for dir in bat fish fzf kitty nvim ripgrep; do
+for dir in bat fish fzf herbstluftwm kitty nvim polybar ripgrep; do
ln -s "${SCRIPT_DIR}/${dir}" .
done
popd