dotfiles/run_onchange_install-packages.sh.tmpl

5 lines
164 B
Cheetah

{{ if eq .chezmoi.os "linux" -}}
{{ .chezmoi.homeDir }}/install-fedora.sh
{{ else if eq .chezmoi.os "darwin" -}}
{{ .chezmoi.homeDir }}/install-macos.sh
{{ end -}}