Up config.
This commit is contained in:
parent
34585da88e
commit
a6be7368f0
@ -1,16 +1,15 @@
|
||||
{{- if (eq .chezmoi.os "linux") }}
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
set -euxo pipefail
|
||||
|
||||
packages=(
|
||||
packages=(
|
||||
curl
|
||||
wget
|
||||
tmux
|
||||
neovim
|
||||
)
|
||||
)
|
||||
|
||||
{{ if (eq .chezmoi.osRelease.id "manjaro") -}}
|
||||
{{ if (eq .chezmoi.osRelease.id "manjaro") -}}
|
||||
echo -e "\033[0;32m>>>>> Begin Manjaro Linux packages installation <<<<<\033[0m"
|
||||
|
||||
## Update system
|
||||
@ -48,6 +47,5 @@
|
||||
done
|
||||
|
||||
echo -e "\033[0;32m>>>>> Finish Manjaro Linux packages installation <<<<<\033[0m"
|
||||
{{- end }}
|
||||
|
||||
{{- end }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user