1
0
This commit is contained in:
Jeff Lance 2024-02-25 21:17:45 +01:00
parent 3fab56646f
commit 6b0a801bf9

View File

@ -11,13 +11,14 @@ packages=(
trash-cli
unzip
wget
xplr
zip
zoxide
zsh
)
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
{{- /* we're on Arch based system */ -}}
echo -e "\033[0;32m>>>>> Begin Arch/Manjaro Linux packages installation <<<<<\033[0m"
## Update system
@ -55,5 +56,13 @@ packages=(
done
echo -e "\033[0;32m>>>>> Finish Arch/Manjaro Linux packages installation <<<<<\033[0m"
{{ else if (eq .chezmoi.osRelease.id "debian" "ubuntu") -}}
{{- /* we're on Debian based system */ -}}
echo -e "\033[0;32m>>>>> Begin Debian/Ubuntu Linux packages installation <<<<<\033[0m"
echo -e "\033[0;32m>>>>> Finish Debian/Ubuntu Linux packages installation <<<<<\033[0m"
{{- end }}