Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/brew/install
2020-01-07 09:33:14 -08:00

4 lines
142 B
Shell
Executable file

#!/usr/bin/env bash
comm -13 <(brew list) brew/formulae | xargs brew install
comm -13 <(brew cask list) brew/casks | xargs brew cask install