diff --git a/private_dot_config/private_fish/fish_plugins b/private_dot_config/private_fish/fish_plugins index c4c9557..8402222 100644 --- a/private_dot_config/private_fish/fish_plugins +++ b/private_dot_config/private_fish/fish_plugins @@ -10,3 +10,4 @@ nickeb96/puffer-fish patrickf1/colored_man_pages.fish jhillyerd/plugin-git patrickf1/fzf.fish +lilyball/nix-env.fish diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 7e22d7e..26565e3 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -18,8 +18,9 @@ $Green########################################################################## sudo dnf update -y {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} + export DEBIAN_FRONTEND=noninteractive sudo apt update - DEBIAN_FRONTEND=noninteractive sudo apt upgrade -y + sudo apt upgrade -y {{ else if eq .chezmoi.osRelease.id "arch" -}} sudo pacman -Syu --noconfirm