Switch to zoxide

This commit is contained in:
Thomas Avé 2023-06-26 15:36:24 +02:00
parent 3fb0731d4e
commit 12e6b362d7
1 changed files with 3 additions and 3 deletions

View File

@ -59,13 +59,13 @@ fi
################################################# #################################################
if $ZSH; then if $ZSH; then
PROFILE=true PROFILE=true
dependencies="fzf zsh curl" dependencies="fzf zsh curl zoxide"
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 and autojump-rs" echo "Please manually install yay"
elif [[ $OS == "NAME=\"Ubuntu\"" ]]; then elif [[ $OS == "NAME=\"Ubuntu\"" ]]; then
$SUDO apt update $SUDO apt update
$SUDO apt install -y $dependencies autojump $SUDO apt install -y $dependencies
fi fi
ln -s $PWD/zsh $XDG_CONFIG_HOME/zsh ln -s $PWD/zsh $XDG_CONFIG_HOME/zsh