Create brew.cheat

This commit is contained in:
securisec 2019-09-21 20:53:00 -04:00 committed by GitHub
parent f853181f83
commit a6c1c2bb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
cheats/brew.cheat Normal file
View File

@ -0,0 +1,36 @@
% 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