my computer setup, mostly using brewfile.
feel free to fork this and swap out the Brewfile for your own setup!
read more about how it works with my blog post.
$ ./install # install packagesNote: ./install is a very lightweight wrapper around
brew bundle, and transparently passes all arguments to it. This is useful in situations where you're moving an existing computer with existing applications to this setup: use./install --force(be careful!) to force install any applications and theoretically update them to the brew-managed version.
$ ./add-brew brew-name
$ ./add-cask cask-name$ ./sort-brewfile # sort Brewfile
$ ./commit # generate new commit based on timestamp