Add fzy to install

This commit is contained in:
Thomas Avé 2024-03-16 18:03:30 +01:00
parent 8d2b40848e
commit 9ac9bfc64a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ fi
################################################# #################################################
if $ZSH; then if $ZSH; then
PROFILE=true PROFILE=true
dependencies="fzf zsh curl zoxide" dependencies="fzf zsh curl zoxide fzy"
if [[ $OS == "NAME=\"Arch Linux\"" ]]; then if [[ $OS == "NAME=\"Arch Linux\"" ]]; then
$SUDO pacman -Sy --needed --noconfirm $dependencies zsh-autosuggestions $SUDO pacman -Sy --needed --noconfirm $dependencies zsh-autosuggestions
echo "Please manually install yay" echo "Please manually install yay"