From 28f91dd8502db9f1a9199bfefa505152b8aae371 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 6 Oct 2020 15:34:56 -0600 Subject: [PATCH] Add zgenom framework zgen is stagnant, zgenom is a fork that's still getting development effort. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 76a4623..ce460f1 100644 --- a/README.md +++ b/README.md @@ -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.