diff --git a/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl index 6a97146..83b0d71 100644 --- a/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_10-install-packages.sh.tmpl @@ -4,16 +4,17 @@ set -euxo pipefail packages=( curl - wget direnv + ranger starship tmux unzip + wget zsh ) {{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}} - echo -e "\033[0;32m>>>>> Begin Manjaro Linux packages installation <<<<<\033[0m" + echo -e "\033[0;32m>>>>> Begin Arch/Manjaro Linux packages installation <<<<<\033[0m" ## Update system {{- if ne .chezmoi.username "root" }} @@ -49,6 +50,6 @@ packages=( fi done - echo -e "\033[0;32m>>>>> Finish Manjaro Linux packages installation <<<<<\033[0m" + echo -e "\033[0;32m>>>>> Finish Arch/Manjaro Linux packages installation <<<<<\033[0m" {{- end }}