From 6acb4b167ee3bfacf83917c3434620098b9403d2 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 03:37:01 +0300 Subject: [PATCH] make linux install more consistent --- run_once_before_install_main_deps.sh.tmpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index c56138d..ae27094 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -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" -}}