1
0

Update home/.chezmoiscripts/10-install-packages.sh

This commit is contained in:
Jeff Lance 2024-02-22 16:00:41 +01:00
parent 0b176ef6d3
commit 828c980296

View File

@ -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 }}