Add zplugr framework

This commit is contained in:
Joe Block 2020-12-27 08:06:27 -07:00
parent fb6323db3c
commit 291d4931cc

View file

@ -49,6 +49,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
- [zoppo](#zoppo) - [zoppo](#zoppo)
- [zpacker](#zpacker) - [zpacker](#zpacker)
- [zplug](#zplug) - [zplug](#zplug)
- [zplugr](#zplugr)
- [zpm](#zpm) - [zpm](#zpm)
- [zr](#zr) - [zr](#zr)
- [zshing](#zshing) - [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) - 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) - 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](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. **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.