Using Brewfile to automatic setup macOS from scratch

May. 28, 2020

brew bundle

https://github.com/Homebrew/homebrew-bundle

The bundle is automatically installed once it is used.

dump current apps to Brewfile

brew bundle dump

Import from Brewfile

Run the cmd from the same folder of Brewfile

brew bundle

I would like to put it in my dotfiles. This one is mine