From c0ef72fab7e168141533c223249b148fda51de5e Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Fri, 15 Jan 2016 03:05:16 +0900 Subject: [PATCH] Add zplug instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 10c3693..3ab9600 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari - [[Oh-My-Zsh](http://ohmyz.sh/)](#oh-my-zshhttpohmyzsh) - [[Prezto](https://github.com/sorin-ionescu/prezto)](#preztohttpsgithubcomsorin-ionescuprezto) - [[Zgen](https://github.com/tarjoilija/zgen)](#zgenhttpsgithubcomtarjoilijazgen) + - [[zplug](https://github.com/b4b4r07/zplug)](#zplughttpsgithubcomb4b4r07zplug) - [Writing New Plugins](#writing-new-plugins) - [Other Resources](#other-resources) - [ZSH Tools](#zsh-tools) @@ -475,6 +476,10 @@ Most of these plugins can be installed by adding `antigen bundle githubuser/repo Most of these plugins can be installed by adding `zgen load githubuser/reponame` to your .zshrc file in the same function you're doing your other `zgen load` calls in. +### [zplug](https://github.com/b4b4r07/zplug) + +Most of these plugins can be installed by adding `zplug "githubuser/reponame"` to your .zshrc file. + ## Writing New Plugins I've documented some recommendations for writing a new plugin [here](https://github.com/unixorn/awesome-zsh-plugins/blob/master/Writing_Plugins.md).