Merge pull request #1033 from unixorn/add-zgenom

Add zgenom framework
This commit is contained in:
Joe Block 2020-10-07 08:07:09 -06:00 committed by GitHub
commit ca43b8b6fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.