dotfiles/dot_config/packages/run_onchange_before_install-brew-packages.fish.tmpl
punkfairie f2e9a1b393
Update .config/packages/install-brew-packages.fish
Update .config/topgrade.d/01-commands.toml
2024-04-21 17:28:42 -07:00

7 lines
233 B
Cheetah

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