diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 6717331..94e48bc 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -119,15 +119,15 @@ sleep 3 brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk dust lazygit {{ else if eq .chezmoi.osRelease.id "fedora" -}} - sudo dnf install neovim fish $ACT_PACKAGES fd-find skim -y + sudo dnf install neovim fish $ACT_PACKAGES fd-find skim libpam-ssh-agent-auth -y nix-env -iA nixpkgs.atuin nixpkgs.jump nixpkgs.du-dust nixpkgs.lazygit {{ else if eq .chezmoi.osRelease.id "arch" -}} - sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim lazygit + sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES libpam-ssh-agent-auth fd skim lazygit nix-env -iA nixpkgs.jump nixpkgs.du-dust {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} - sudo apt install fish $ACT_PACKAGES -y + sudo apt install fish $ACT_PACKAGES libpam-ssh-agent-auth -y nix-env -iA nixpkgs.neovim nixpkgs.jump nixpkgs.skim nixpkgs.du-dust nixpkgs.lazygit if ! fish -c atuin &>/dev/null then