homebrew

A list of packages I use in homebrew. Ongoing list that I’ll update when I remember to.

brew install coretutils
brew install par
brew install dos2unix
brew install jq
brew install nvm

Note: nvm is purely to install ajv.

maintenance

Things you should do to keep homebrew happy:

brew autoremove
brew cleanup
brew doctor
brew update
brew outdated
brew upgrade