Looking for a way to export my homebrew and homebrew cask installations (everything from 'brew list' and 'brew cask list')
I'd like to be able to export them to a file that I can then put on any new machine, and run some sort of install that will install them automatically.
Basically using something like a package.json for package management.