From 9ac9bfc64a5c2474419055050e946343692a30e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sat, 16 Mar 2024 18:03:30 +0100 Subject: [PATCH] Add fzy to install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d790020..ecd0eba 100755 --- a/install.sh +++ b/install.sh @@ -65,7 +65,7 @@ fi ################################################# if $ZSH; then PROFILE=true - dependencies="fzf zsh curl zoxide" + dependencies="fzf zsh curl zoxide fzy" if [[ $OS == "NAME=\"Arch Linux\"" ]]; then $SUDO pacman -Sy --needed --noconfirm $dependencies zsh-autosuggestions echo "Please manually install yay"