which and nixpkgs.neovim for almalinux
This commit is contained in:
parent
4440da8609
commit
b1da37a3c9
@ -133,7 +133,7 @@ new_line "Install base packages"
|
|||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "almalinux" -}}
|
{{ else if eq .chezmoi.osRelease.id "almalinux" -}}
|
||||||
sudo dnf install epel-release -y 2>&1|pad
|
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" -}}
|
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||||
sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv pipx python3-venv -y 2>&1|pad
|
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" -}}
|
{{ else if eq .chezmoi.osRelease.id "almalinux" -}}
|
||||||
sudo dnf install neovim fish $ACT_PACKAGES fd-find pam_ssh_agent_auth -y 2>&1|pad
|
sudo dnf install neovim fish $ACT_PACKAGES fd-find pam_ssh_agent_auth -y 2>&1|pad
|
||||||
new_line "via NIX"
|
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" -}}
|
{{ else if eq .chezmoi.osRelease.id "arch" "archarm" -}}
|
||||||
sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim lazygit 2>&1|pad
|
sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim lazygit 2>&1|pad
|
||||||
|
Loading…
Reference in New Issue
Block a user