Homebrew repository for belt command
brew tap waltzofpearls/belt
brew install beltNOTE If you are running into the following error when you are trying to brew upgrade belt:
Error: belt: undefined method `split' for nil:NilClassThen run the these commands to fix it:
brew uninstall belt
brew untap waltzofpearls/belt
brew tap waltzofpearls/belt
brew install belt