diff --git a/auto-config-cli.sh b/auto-config-cli.sh index 28422b2..b8dec00 100755 --- a/auto-config-cli.sh +++ b/auto-config-cli.sh @@ -19,7 +19,7 @@ install_git_repo () { # Install packages sudo apt update sudo apt upgrade -sudo apt install minicom ssh git tig ack tree npm cargo python3-pip curl zsh +sudo apt install minicom ssh git tig ack tree npm python3-pip curl zsh # Install Oh my ZSH sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" @@ -57,6 +57,7 @@ install_git_repo https://github.com/junegunn/fzf.git $HOME/.fzf $HOME/.fzf/install # Install navi +curl https://sh.rustup.rs -sSf | sh cargo install navi mkdir -p $HOME/.local/share/navi/cheats ln -sfn $HOME/.dotfiles/navi/ $HOME/.local/share/navi/cheats/vulporuza