brew / homebrew¶
restore all brew packages on a new system¶
create a Brewfile
... well, on your old/original system
install all packages:
remove casks including associated files¶
warning from the man page: May remove files which are shared between applications.
brew uninstall --zap microsoft-edge
brew uninstall --zap --force microsoft-edge # if it has been manually deleted from /Applications/ already
update brew (packages/apps)¶
clear cache¶
because brew cleanup
does not clean up all the things.