2024-04-21 17:12:54 -07:00
|
|
|
{{ if (and (eq .osid "darwin") (lookPath "brew")) -}}
|
|
|
|
#!/usr/bin/env fish
|
|
|
|
|
|
|
|
#{{ include "dot_config/packages/Brewfile" | sha256sum }}
|
|
|
|
|
2024-04-21 17:28:42 -07:00
|
|
|
brew bundle install --file {{ joinPath .chezmoi.homeDir ".config/packages/Brewfile" }}
|
2024-04-21 17:12:54 -07:00
|
|
|
{{- end -}}
|