Skip to content

Commit

Permalink
Motto space
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Oct 20, 2024
1 parent 944eb80 commit 37df023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home/run_onchange_install-packages.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

{{ if eq .chezmoi.os "freebsd" -}}

printf "FreeBSD: install minimal package set"
printf "\nFreeBSD: install minimal package set\n"
{{ range .packages.freebsd.minimal -}}
doas pkg install -y {{ . | quote }}
{{ end -}}

printf "FreeBSD: install neovim package set"
printf "\nFreeBSD: install neovim package set\n"
{{ range .packages.freebsd.neovim -}}
doas pkg install -y {{ . | quote }}
{{ end -}}

{{ if eq .chezmoi.hostname "brutal" }}
printf "FreeBSD: install cli package set"
printf "\nFreeBSD: install cli package set\n"
{{ range .packages.freebsd.cli -}}
doas pkg install -y {{ . | quote }}
{{ end -}}
printf "FreeBSD: install desktop package set"
printf "\nFreeBSD: install desktop package set\n"
{{ range .packages.freebsd.desktop -}}
doas pkg install -y {{ . | quote }}
{{ end -}}
Expand Down

0 comments on commit 37df023

Please sign in to comment.