DEV Community

Discussion on: How I setup my Mac for development.

Collapse
 
atan profile image
atan

Take a look at brew bundle! When I'm starting up a fresh mac machine, I usually brew bundle dump to get a Brewfile with a list of all the dependencies/apps I have installed. Then copy the Brewfile onto the new machine and brew bundle. It saves a lot of time :)