From 291d4931cc18d54a760a4164d3b41fbb87ada173 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 27 Dec 2020 08:06:27 -0700 Subject: [PATCH] Add zplugr framework --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e87d29f..71ae0f0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari - [zoppo](#zoppo) - [zpacker](#zpacker) - [zplug](#zplug) + - [zplugr](#zplugr) - [zpm](#zpm) - [zr](#zr) - [zshing](#zshing) @@ -279,6 +280,10 @@ Znap can: - Interactive interface ([fzf](https://github.com/junegunn/fzf), [peco](https://github.com/peco/peco), [zaw](https://github.com/zsh-users/zaw), and so on) - Cache mechanism for reducing [the startup time](https://github.com/zplug/zplug#vs) +### [zplugr](https://github.com/mattmc3/pz) + +Too many plugin managers try to do too many things. zplugr isn't a clever plugin manager, it's a smart one. Simple. Easy to understand. Doesn't try to be too much. Does everything you'd want a plugin manager to do and lets you do the rest. + ### [zpm](https://github.com/zpm-zsh/zpm) **zpm** ( ZSH Plugin Manager ) is a plugin manager for [ZSH](http://www.zsh.org/) who combines the imperative and declarative approach. At first run, zpm will do complex logic and generate cache, after that will be used cache only, so it makes this framework to be very fast.