diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 3b9a7ba..493c6b6 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -133,7 +133,7 @@ new_line "Install base packages" {{ else if eq .chezmoi.osRelease.id "almalinux" -}} sudo dnf install epel-release -y 2>&1|pad - sudo dnf install $BASE_PACKAGES kitty-terminfo util-linux-user xz pipx -y 2>&1|pad + sudo dnf install $BASE_PACKAGES kitty-terminfo which l-linux-user xz pipx -y 2>&1|pad {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv pipx python3-venv -y 2>&1|pad @@ -199,7 +199,7 @@ new_line "via NIX" {{ else if eq .chezmoi.osRelease.id "almalinux" -}} sudo dnf install neovim fish $ACT_PACKAGES fd-find pam_ssh_agent_auth -y 2>&1|pad new_line "via NIX" - nix-env -iA nixpkgs.fish nixpkgs.direnv nixpkgs.atuin nixpkgs.jump nixpkgs.du-dust nixpkgs.lazygit 2>&1|pad + nix-env -iA nixpkgs.fish nixpkgs.neovim nixpkgs.direnv nixpkgs.atuin nixpkgs.jump nixpkgs.du-dust nixpkgs.lazygit 2>&1|pad {{ else if eq .chezmoi.osRelease.id "arch" "archarm" -}} sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim lazygit 2>&1|pad