diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index e737dc7..5d3c900 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -17,7 +17,7 @@ cargo install atuin {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "debian")) -}} sudo apt update sudo apt install kitty-terminfo -y -sudo apt install gpg git curl wget ripgrep fd-find unzip python3-pip htop fzf bat cargo golang -y +sudo apt install gpg git curl wget ripgrep fd-find unzip python3-pip htop fzf bat snapd -y ## Install fish repo @@ -50,6 +50,6 @@ sudo update-alternatives --install /usr/bin/vimdiff vimdiff "${CUSTOM_NVIM_PATH} bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) ## install jump -GOPATH="$HOME/.go" go install github.com/gsamokovarov/jump@latest +sudo snap install jump {{ end -}}