From bf31e9b0de44f42d0530ffc06bb4be1688e8485b Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 27 Feb 2024 15:40:01 +0100 Subject: [PATCH] Up. --- ...s.sh.tmpl => run_onchange_after_10-install-packages.sh.tmpl} | 2 ++ ...-lvim.sh.tmpl => run_onchange_after_80-install-lvim.sh.tmpl} | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) rename home/.chezmoiscripts/{run_onchange_10-install-packages.sh.tmpl => run_onchange_after_10-install-packages.sh.tmpl} (99%) rename home/.chezmoiscripts/{run_onchange_80-install-lvim.sh.tmpl => run_onchange_after_80-install-lvim.sh.tmpl} (99%) diff --git a/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl similarity index 99% rename from home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl rename to home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl index 2863f17..07f6b4e 100644 --- a/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -79,6 +79,8 @@ packages=( DEBIAN_FRONTEND=noninteractive apt upgrade --yes {{- end}} + mist update + ## Install packages packages=(${packages[@]//starship/makedeb}) packages+=( diff --git a/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl similarity index 99% rename from home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl rename to home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl index 00c4aa7..0754b76 100644 --- a/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl @@ -50,7 +50,6 @@ echo -e "\033[0;32m>>>>> Begin LVim installation <<<<<\033[0m" DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends --ignore-missing python3-pynvim npm {{- end }} - mist update mist install neovim {{- end }}