It provides some useful aliases and functions for homebrew in zsh.
bi=brew install
br=brew remove
bubo=brew update && brew outdated
bubc=brew upgrade && brew cleanup
bubu=brew update && brew outdated && brew upgrade && brew cleanup
brew i=brew install
brew show=brew info
Clone this repository into $ZSH_CUSTOM/plugins
:
git clone git://github.com/mikcho/zsh-brew $ZSH_CUSTOM/plugins/zsh-brew
Add the plugin into ~/.zshrc
:
plugins=(zsh-brew)
Source ~/.zshrc
:
source ~/.zshrc
Add the plugin into ~/.zshrc
:
zplug "mikcho/zsh-brew"
Copyright (c) 2016 Mik Cho - Released under the ISC license.