4 lines
142 B
Bash
Executable file
4 lines
142 B
Bash
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
|