brew / homebrew¶
restore all brew packages on a new system¶
create a Brewfile
... well, on your old/original system
install all packages:
update brew (packages/apps)¶
clear cache¶
because brew cleanup
does not clean up.
there's also:
to make it even more confusing, there's also:
Scrub the cache, including downloads for even the latest versions. Note downloads for any installed formulae or casks will still not be deleted. If you want to delete those too:
rm -rf "$(brew --cache)"