Update home/.chezmoiscripts/10-install-packages.sh
This commit is contained in:
parent
0b176ef6d3
commit
828c980296
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user