10 lines
284 B
Plaintext
Raw Normal View History

searchCommand = "brew search"
syncCommand = "brew update"
installCommand = "brew install"
reinstallCommand = "brew install"
removeCommand = "brew remove"
purgeCommand = "brew remove"
upgradeCommand = "brew upgrade"
cleanCommand="brew cleanup"
supCommand="brew update && brew upgrade"