7 lines
233 B
Cheetah
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 -}}
|