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=( packages=(
curl curl
wget
direnv direnv
ranger
starship starship
tmux tmux
unzip unzip
wget
zsh zsh
) )
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}} {{ 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 ## Update system
{{- if ne .chezmoi.username "root" }} {{- if ne .chezmoi.username "root" }}
@ -49,6 +50,6 @@ packages=(
fi fi
done 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 }} {{- end }}