Up.
This commit is contained in:
parent
56ba28616e
commit
482e344b2b
1
.chezmoiignore
Normal file
1
.chezmoiignore
Normal file
@ -0,0 +1 @@
|
||||
home/scripts/*
|
@ -14,14 +14,12 @@ err() {
|
||||
}
|
||||
|
||||
|
||||
log "Executing $0"
|
||||
|
||||
{{ if (eq .chezmoi.os "linux") -}}
|
||||
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}
|
||||
|
||||
log "Begin Arch/Manjaro Linux packages installation"
|
||||
|
||||
. {{ .chezmoi.config.sourceDir }}/scripts/archlinux.sh
|
||||
. {{ .chezmoi.sourceDir }}/scripts/archlinux.sh
|
||||
|
||||
log "Finish Arch/Manjaro Linux packages installation"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user