9 lines
141 B
Cheetah
9 lines
141 B
Cheetah
|
{{- if eq .chezmoi.os "darwin" -}}
|
||
|
#!/bin/bash
|
||
|
|
||
|
brew bundle --no-lock --file=/dev/stdin <<EOF
|
||
|
brew "git"
|
||
|
cask "google-chrome"
|
||
|
EOF
|
||
|
{{ end -}}
|