dotfiles/run_onchange_install-packages.sh.tmpl

6 lines
164 B
Cheetah
Raw Normal View History

2025-04-12 13:04:14 +02:00
{{ if eq .chezmoi.os "linux" -}}
{{ .chezmoi.homeDir }}/install-fedora.sh
{{ else if eq .chezmoi.os "darwin" -}}
{{ .chezmoi.homeDir }}/install-macos.sh
{{ end -}}