Tap the Cask repository from Github.
brew tap homebrew/cask
List all the installed casks .
brew cask list
Search all known casks based on the substring text.
brew search <text>
Install the given cask.
brew cask install <cask>
Reinstalls the given Cask
brew cask reinstall <cask>
Uninstall the given cask.
brew cask uninstall <cask>
Comments
Related