libpam-ssh-agent-auth
This commit is contained in:
parent
14bc877d74
commit
5aeed2589b
@ -119,15 +119,15 @@ sleep 3
|
|||||||
brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk dust lazygit
|
brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk dust lazygit
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "fedora" -}}
|
{{ 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
|
nix-env -iA nixpkgs.atuin nixpkgs.jump nixpkgs.du-dust nixpkgs.lazygit
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "arch" -}}
|
{{ 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
|
nix-env -iA nixpkgs.jump nixpkgs.du-dust
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
{{ 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
|
nix-env -iA nixpkgs.neovim nixpkgs.jump nixpkgs.skim nixpkgs.du-dust nixpkgs.lazygit
|
||||||
if ! fish -c atuin &>/dev/null
|
if ! fish -c atuin &>/dev/null
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user