diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index feef120..67a8483 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -100,7 +100,7 @@ new_line "Update caches and upgrade packages" fi brew update 2>&1|pad -{{ else if eq .chezmoi.osRelease.id "fedora" "almalinux" -}} +{{ else if eq .chezmoi.osRelease.id "fedora" -}} sudo dnf update -y 2>&1|pad {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} @@ -118,7 +118,7 @@ new_line "Install base packages" {{ if eq .chezmoi.os "darwin" -}} brew install -q $BASE_PACKAGES python pipx 2>&1|pad -{{ else if eq .chezmoi.osRelease.id "fedora" "almalinux" -}} +{{ else if eq .chezmoi.osRelease.id "fedora" -}} sudo dnf install $BASE_PACKAGES kitty-terminfo util-linux-user python3-pipx -y 2>&1|pad {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} @@ -177,7 +177,7 @@ new_line "Install neovim, fish, atuin, jump and the rest" {{ if eq .chezmoi.os "darwin" -}} brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk dust lazygit 2>&1|pad -{{ else if eq .chezmoi.osRelease.id "fedora" "almalinux" -}} +{{ else if eq .chezmoi.osRelease.id "fedora" -}} sudo dnf install neovim fish $ACT_PACKAGES fd-find skim pam_ssh_agent_auth -y 2>&1|pad new_line "via NIX" nix-env -iA nixpkgs.atuin nixpkgs.jump nixpkgs.du-dust nixpkgs.lazygit 2>&1|pad