Looking for a quick way to migrate your brew
installed packages? Well look no further. Homebrew (https://brew.sh/) has a quick command to export a Brewfile
which can then be used to restore your packages on a new machine.
Run the following to make the Brewfile
brew bundle dump
and
brew bundle install
to install on a new machine. Thanks to https://news.ycombinator.com/item?id=37084904 for the tip!
Top comments (0)