navi/cheats/brew.cheat

37 lines
523 B
Text
Raw Normal View History

2019-09-22 00:53:00 +00:00
% brew, cask
# update brew
brew update
# upgrade brew
brew upgrade
# brew info
brew info <package>
# brew cask info
brew cask info <casks>
# brew install
brew install <package>
# brew caks install
brew cask install <casks>
# brew uninstall
brew uninstall <installed>
# brew cask uninstall
brew cask uninstall <caskinstalled>
# brew edit package
brew edit <package>
# brew edit cask
brew cask edit <casks>
$ package: brew search
$ casks: brew search --casks
$ installed: brew list
$ caskinstalled: brew cask list