mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-12-19 12:53:07 +00:00
Add zplugr framework
This commit is contained in:
parent
fb6323db3c
commit
291d4931cc
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue