diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 6d94652..8609045 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BASE_PACKAGES="gpg curl wget git gcc" -ACT_PACKAGES="ripgrep fd-find unzip htop fzf bat gawk" +BASE_PACKAGES="gnupg curl wget git gcc" +ACT_PACKAGES="ripgrep unzip htop fzf bat gawk" USER=$(whoami) Green='\033[0;32m' # Green NC='\033[0m' # No Color @@ -123,14 +123,14 @@ $Green########################################################################## sleep 3 {{ if eq .chezmoi.os "darwin" -}} - brew install fish neovim $ACT_PACKAGES atuin jump + brew install fish neovim $ACT_PACKAGES atuin jump fd {{ else if eq .chezmoi.osRelease.id "fedora" -}} - sudo dnf install neovim fish $ACT_PACKAGES -y + sudo dnf install neovim fish $ACT_PACKAGES fd-find -y nix-env -iA nixpkgs.atuin nixpkgs.jump {{ else if eq .chezmoi.osRelease.id "arch" -}} - sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES + sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd nix-env -iA nixpkgs.jump {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}