dotfiles/dot_config/packages/run_before_onchange_install-brew-packages.fish.tmpl
punkfairie 205a88358f
Add .config/packages/Brewfile
Add .config/packages/onchange_install-brew-packages.fish
Change attributes of .chezmoiscripts/10-change-shell-to-fish.sh
2024-04-21 17:12:54 -07:00

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 -}}