Skip to content

Instantly share code, notes, and snippets.

@filipelinhares
Created February 10, 2015 15:26
Show Gist options
  • Save filipelinhares/5bdff86d9e6e4f43a2aa to your computer and use it in GitHub Desktop.
Save filipelinhares/5bdff86d9e6e4f43a2aa to your computer and use it in GitHub Desktop.
An easyiest way to install your oh-my-zsh plugins from Github repositories
ohmyplugin (){
cd ~/.oh-my-zsh/custom/plugins
git clone $1
subl $HOME/.zshrc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment