Add fzy to install
This commit is contained in:
parent
8d2b40848e
commit
9ac9bfc64a
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue