Files
dotfiles/dotbot.personal.yaml
2025-02-15 11:18:58 +02:00

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