punkfairie
205a88358f
Add .config/packages/onchange_install-brew-packages.fish Change attributes of .chezmoiscripts/10-change-shell-to-fish.sh
7 lines
207 B
Cheetah
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 -}}
|