|
|
|
|
|
by yett
1040 days ago
|
|
You can already accomplish this with Homebrew. If you type 'brew bundle dump' it creates a Brewfile (basically just bunch of install commands) containing all the apps you've installed via Homebrew. Simply copy this file over your new machine and type 'brew bundle install'. |
|