mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-15 06:17:07 +00:00
commit
d8e658816e
1 changed files with 5 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue