dotfiles/dot_config/packages/run_onchange_before_install-brew-packages.fish.tmpl

8 lines
233 B
Cheetah
Raw Normal View History

{{ if (and (eq .osid "darwin") (lookPath "brew")) -}}
#!/usr/bin/env fish
#{{ include "dot_config/packages/Brewfile" | sha256sum }}
brew bundle install --file {{ joinPath .chezmoi.homeDir ".config/packages/Brewfile" }}
{{- end -}}