mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2025-02-16 15:28:24 +00:00
Add zcomet
This commit is contained in:
parent
76b9666cc1
commit
abd2043844
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
|
|||
- [uz](#uz)
|
||||
- [yazt](#yazt)
|
||||
- [zapack](#zapack)
|
||||
- [zcomet](#zcomet)
|
||||
- [zeesh](#zeesh)
|
||||
- [zgem](#zgem)
|
||||
- [zgen](#zgen)
|
||||
|
@ -216,6 +217,10 @@ zapack is a basic fast minimal ZSH plugin loader.
|
|||
|
||||
**Zeesh** is a cross-platform ZSH framework. It's similar to, but incompatible with, [oh-my-zsh](http://ohmyz.sh/). It has a modular plugin architecture making it easy to extend. It has a rich set of defaults, but is designed to be as lightweight as possible.
|
||||
|
||||
### [zcomet](https://github.com/agkozak/zcomet)
|
||||
|
||||
**zcomet** is a minimalistic ZSH plugin manager that gets you to the prompt surprisingly quickly without caching (see the benchmarks). In addition to loading and updating plugins stored in Git repositories, it supports lazy-loading plugins (further reducing startup time) as well as downloading and sourcing code snippets.
|
||||
|
||||
### [zgem](https://github.com/qoomon/zgem)
|
||||
|
||||
**Zgem** is a plugin manager for ZSH that supports loading and updating plugins and themes from git, http and local files.
|
||||
|
|
Loading…
Add table
Reference in a new issue