Removed superfile and thunar from the default downloads
This commit is contained in:
parent
3a685df812
commit
bf03c131b5
3 changed files with 2 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ fi
|
||||||
|
|
||||||
declare -a bootstraps
|
declare -a bootstraps
|
||||||
while IFS= read -r bootstrap; do
|
while IFS= read -r bootstrap; do
|
||||||
if [[ -x "$bootstrap" && ! "$bootstrap" =~ "##" && ! "$bootstrap" =~ ~$ ]]; then
|
if [[ -x "$bootstrap" && ! "$bootstrap" =~ "##" && ! "$bootstrap" =~ ~$ && ! "$bootstrap" =~ ".bak" ]]; then
|
||||||
bootstraps+=("$bootstrap")
|
bootstraps+=("$bootstrap")
|
||||||
fi
|
fi
|
||||||
done < <(find -L "$BOOTSTRAP_D" -type f | sort)
|
done < <(find -L "$BOOTSTRAP_D" -type f | sort)
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,4 @@ yay -S --needed neovim \
|
||||||
network-manager-applet \
|
network-manager-applet \
|
||||||
ghostty \
|
ghostty \
|
||||||
btop \
|
btop \
|
||||||
zoxide fzf \
|
zoxide fzf
|
||||||
superfile
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue