summaryrefslogtreecommitdiffstats
path: root/ln.sh
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-09-07 20:38:06 +0000
committerChristoph Schlosser <christoph@linux.com>2025-09-07 20:38:06 +0000
commitee064441fc0e3a2f0833e1215b88d2e0d9f3017b (patch)
tree0b5bc51d02d7b86dc2795c14813117de0864ccf5 /ln.sh
parenta016f4dc20cdb908830c12d4e6af20f42f0b8beb (diff)
downloaddots-ee064441fc0e3a2f0833e1215b88d2e0d9f3017b.tar.gz
Link all config dirs now tracked here
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