Last Updated: October 27, 2020
·
1.161K
· eripa

OS X: install GUI applications from CLI

You need Homebrew, if you haven't installed it, do it now!

Install brew cask

brew tap phinze/homebrew-cask
brew install brew-cask

Enable Alfred support:

brew cask alfred link

List available applications:

brew cask search

Install an application:

brew cask install iterm2

More information at phinze's github page