diff --git a/install.sh b/install.sh index c3f2b5e..32fa5e6 100755 --- a/install.sh +++ b/install.sh @@ -59,13 +59,13 @@ fi ################################################# if $ZSH; then PROFILE=true - dependencies="fzf zsh curl" + dependencies="fzf zsh curl zoxide" if [[ $OS == "NAME=\"Arch Linux\"" ]]; then $SUDO pacman -Sy --needed --noconfirm $dependencies zsh-autosuggestions - echo "Please manually install yay and autojump-rs" + echo "Please manually install yay" elif [[ $OS == "NAME=\"Ubuntu\"" ]]; then $SUDO apt update - $SUDO apt install -y $dependencies autojump + $SUDO apt install -y $dependencies fi ln -s $PWD/zsh $XDG_CONFIG_HOME/zsh