libpam-ssh-agent-auth

This commit is contained in:
Anton Volnuhin 2023-06-01 16:48:14 +03:00
parent 14bc877d74
commit 5aeed2589b

View File

@ -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