mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-02 23:58:45 +00:00
11 lines
208 B
YAML
11 lines
208 B
YAML
## TODO:
|
|
## cask_personal using some variable?
|
|
|
|
- shell:
|
|
- stdin: true
|
|
stdout: true
|
|
command: >
|
|
if [ "$(uname)" = "Darwin" ]; then
|
|
brew bundle --file ./macos/Caskfile.personal
|
|
fi
|