1
0
This commit is contained in:
Jeff LANCE 2024-08-03 01:56:36 +02:00
parent 56ba28616e
commit 482e344b2b
4 changed files with 2 additions and 3 deletions

1
.chezmoiignore Normal file
View File

@ -0,0 +1 @@
home/scripts/*

View File

@ -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"