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

7 lines
207 B
Cheetah

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