1
0
Fork 0

Darwin: Add default homebrew packages

This commit is contained in:
Jeremy Kaplan 2019-09-12 15:16:24 -07:00 committed by Jeremy Kaplan
commit fa308ad7d9
3 changed files with 21 additions and 0 deletions

3
darwin.conf.yaml Normal file
View file

@ -0,0 +1,3 @@
- shell:
- cat brew/formulae | xargs brew install
- cat brew/casks | xargs brew cask install