mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-14 13:57:06 +00:00
commit
ca43b8b6fb
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
|
|||
- [Oh-My-Zsh](#oh-my-zsh-1)
|
||||
- [Prezto](#prezto-1)
|
||||
- [Zgen](#zgen-1)
|
||||
- [zgenom](#zgenom)
|
||||
- [zplug](#zplug-1)
|
||||
- [zpm](#zpm-1)
|
||||
- [Writing New Plugins](#writing-new-plugins)
|
||||
|
@ -1668,6 +1669,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. Zgen will automatically clone the repositories for you when you do a `zgen save`.
|
||||
|
||||
### [zgenom](https://github.com/jandamm/zgenom)
|
||||
|
||||
A lightweight plugin manager for ZSH based on zgen. It is a superset of the brilliant [zgen](https://github.com/tarjoilija/zgen) that provides more features and bugfixes while being fully backwards compatible.
|
||||
|
||||
### [zplug](https://github.com/zplug/zplug)
|
||||
|
||||
Most of these plugins can be installed by adding `zplug "githubuser/reponame"` to your `.zshrc` file.
|
||||
|
|
Loading…
Reference in a new issue