We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfcc94 commit 017d3bfCopy full SHA for 017d3bf
home/run_onchange_install-packages.sh.tmpl
@@ -2,18 +2,18 @@
2
3
{{ if eq .chezmoi.os "freebsd" -}}
4
5
-echo "FreeBSD: install minimal package set"
6
-{{ range .packages.freebsd.minimal -}}
7
-doas pkg install -y {{ . | quote }}
8
-{{ end -}}
9
-
10
{{ if eq .chezmoi.hostname "brutal" }}
11
-echo "FreeBSD: install desktop package set"
+printf "FreeBSD: install desktop package set"
12
{{ range .packages.freebsd.desktop -}}
13
doas pkg install -y {{ . | quote }}
14
{{ end -}}
15
16
+printf "FreeBSD: install minimal package set"
+{{ range .packages.freebsd.minimal -}}
+doas pkg install -y {{ . | quote }}
+{{ end -}}
+
17
{{ else if eq .chezmoi.os "darwin" -}}
18
19
brew bundle --no-lock --file=/dev/stdin <<EOF
0 commit comments