1
0
Fork 0

darwin: Skip unnecessary brew installs

This commit is contained in:
Jeremy Kaplan 2019-11-14 16:05:56 -08:00
commit 5b3cacbae9
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
- shell:
- cat brew/formulae | xargs brew install
- cat brew/casks | xargs brew cask install
- comm -13 <(brew list) brew/formulae | xargs brew install
- comm -13 <(brew cask list) brew/casks | xargs brew cask install