From 404904a78adca4d922a99e741c2b0e94545ebb14 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 01:24:18 +0300 Subject: [PATCH] no more cargo and old golang for debian, install jump via snapd --- run_once_before_install_main_deps.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -}}