|
|
|
|
|
by JamesSwift
1040 days ago
|
|
I have an idempotent provision script I use to install/update apps. The homebrew portion is basically brew upgrade
HOMEBREW_NO_AUTO_UPDATE=1 brew bundle --file=Brewfile --cleanup --no-upgrade
Works really nicely to keep everything tidy, up-to-date, and transferable. |
|