no more cargo and old golang for debian, install jump via snapd
This commit is contained in:
parent
bbdaab3513
commit
404904a78a
@ -17,7 +17,7 @@ cargo install atuin
|
|||||||
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "debian")) -}}
|
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "debian")) -}}
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install kitty-terminfo -y
|
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
|
## 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)
|
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
|
||||||
|
|
||||||
## install jump
|
## install jump
|
||||||
GOPATH="$HOME/.go" go install github.com/gsamokovarov/jump@latest
|
sudo snap install jump
|
||||||
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user