From 1d947a4c9ae45de6e2dd29bfd0967388b29b5c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin-Charles=20Guih=C3=A9neuf?= Date: Mon, 27 Apr 2026 13:54:28 +0200 Subject: [PATCH] misc: Install cargo from source --- auto-config-cli.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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