Up.
This commit is contained in:
parent
3fab56646f
commit
6b0a801bf9
@ -11,13 +11,14 @@ packages=(
|
|||||||
trash-cli
|
trash-cli
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
xplr
|
|
||||||
zip
|
zip
|
||||||
zoxide
|
zoxide
|
||||||
zsh
|
zsh
|
||||||
)
|
)
|
||||||
|
|
||||||
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
|
{{ 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"
|
echo -e "\033[0;32m>>>>> Begin Arch/Manjaro Linux packages installation <<<<<\033[0m"
|
||||||
|
|
||||||
## Update system
|
## Update system
|
||||||
@ -55,5 +56,13 @@ packages=(
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo -e "\033[0;32m>>>>> Finish Arch/Manjaro Linux packages installation <<<<<\033[0m"
|
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 }}
|
{{- end }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user