From 12e6b362d7ff380ed635d165e58b856587d5758c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Mon, 26 Jun 2023 15:36:24 +0200 Subject: [PATCH] Switch to zoxide --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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