mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 09:23:01 +00:00
Zplugr is now PZ
This commit is contained in:
parent
1fee129a65
commit
726fb67875
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -33,6 +33,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
|
|||
- [PMS](#pms)
|
||||
- [prezto](#prezto)
|
||||
- [pumice](#pumice)
|
||||
- [pz](#pz)
|
||||
- [sheldon](#sheldon)
|
||||
- [Toasty](#toasty)
|
||||
- [uz](#uz)
|
||||
|
@ -49,7 +50,6 @@ 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)
|
||||
|
@ -160,6 +160,11 @@ PMS allows you to manage your shell in a way to that helps decrease setup time a
|
|||
|
||||
**Pumice** is a lightweight plugin manager for ZSH.
|
||||
|
||||
### [pz](https://github.com/mattmc3/pz)
|
||||
|
||||
A plugin manager for ZSH doesn't have to be complicated to be powerful. PZ doesn't try to be clever when it can be smart. PZ is a full featured, fast, and easy to understand plugin manager encapsulated in a single file with about 200 lines of clean ZSH.
|
||||
|
||||
PZ does just enough to manage your ZSH plugins really well, and then gets out of your way.
|
||||
### [sheldon](https://github.com/rossmacarthur/sheldon)
|
||||
|
||||
A fast, configurable, shell plugin manager.
|
||||
|
@ -280,10 +285,6 @@ 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.
|
||||
|
|
Loading…
Reference in a new issue