Switch to zoxide
This commit is contained in:
parent
3fb0731d4e
commit
12e6b362d7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue