diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-09-07 20:38:06 +0000 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-07 20:38:06 +0000 |
| commit | ee064441fc0e3a2f0833e1215b88d2e0d9f3017b (patch) | |
| tree | 0b5bc51d02d7b86dc2795c14813117de0864ccf5 | |
| parent | a016f4dc20cdb908830c12d4e6af20f42f0b8beb (diff) | |
| download | dots-ee064441fc0e3a2f0833e1215b88d2e0d9f3017b.tar.gz | |
Link all config dirs now tracked here
| -rwxr-xr-x | ln.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |