make linux install more consistent

This commit is contained in:
Anton Volnuhin 2023-05-28 03:37:01 +03:00
parent bfe7eb0d9a
commit 6acb4b167e

View File

@ -2,13 +2,12 @@
cd ~
{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "fedora")) -}}
sudo dnf install kitty-terminfo
sudo dnf install gpg git curl wget ripgrep fd-find unzip python3-pip cargo go htop fzf bat -y
sudo dnf install kitty-terminfo gpg git curl wget ripgrep fd-find unzip python3-pip htop fzf bat snapd -y
sudo dnf install fish neovim -y
fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher"
GOPATH="$HOME/.go" go install github.com/gsamokovarov/jump@latest
sudo snap install jump
cargo install atuin
@ -16,8 +15,7 @@ cargo install atuin
{{ if (and (eq .chezmoi.os "linux") (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "ubuntu"))) -}}
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 snapd -y
sudo apt install kitty-terminfo gpg git curl wget ripgrep fd-find unzip python3-pip htop fzf bat snapd -y
{{ if eq .chezmoi.osRelease.id "debian" -}}