Skip to content

mikcho/zsh-brew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

zsh-brew

A homebrew plugin for zsh.

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

Installation

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"

License

Copyright (c) 2016 Mik Cho - Released under the ISC license.

About

A homebrew plugin for zsh.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages