Setting up a new Mac
Things useful for moving to a new machine.
To list all tools installed with Homebrew:
brew leaves
To list all global npm packages:
npm ls -g
To see which binaries have been installed with npm:
ls -l $(npm bin -g) | grep node_modules