This commit is contained in:
2025-10-16 17:54:20 +00:00
parent 4fc1f7cc6c
commit 3778dc20fe
3 changed files with 7 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ mkdir -p "${USER_DIRS[@]}"
########## scripts #############
cp -rf bin/* ~/.local/bin
LN_EXCLUDE_DIRS=(i3blocks bemenu sway)
LN_EXCLUDE_DIRS=(i3blocks bemenu sway fzf)
ln_exclude_dirs_cmp=" ${LN_EXCLUDE_DIRS[*]} "
for sdir in bin/*; do