Skip to content

Instantly share code, notes, and snippets.

@jamedge
Last active April 17, 2019 12:12
Show Gist options
  • Save jamedge/83e877ac829d95f1440d048cc3102424 to your computer and use it in GitHub Desktop.
Save jamedge/83e877ac829d95f1440d048cc3102424 to your computer and use it in GitHub Desktop.
[sh: brew: cask installation commands] install/unistall/upgrade macOS gui apps with homebrew examples #homebrew #install #shell
# list installed casks
brew cask list
# show info about the cask
brew cask info lepton
# install lepton
brew cask install lepton
# unistall lepton
brew cask uninstall lepton
# upgrade lepton
brew cask upgrade lepton
# for more usage commands see https://github.com/Homebrew/homebrew-cask/blob/master/USAGE.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment