mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-12-23 14:53:06 +00:00
commit
90b7b1866d
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
|
||||||
- [antibody](#antibody)
|
- [antibody](#antibody)
|
||||||
- [antigen-hs](#antigen-hs)
|
- [antigen-hs](#antigen-hs)
|
||||||
- [antigen](#antigen)
|
- [antigen](#antigen)
|
||||||
|
- [ax-zsh](#ax-zsh)
|
||||||
- [dotzsh](#dotzsh)
|
- [dotzsh](#dotzsh)
|
||||||
- [fresh](#fresh)
|
- [fresh](#fresh)
|
||||||
- [oh-my-zsh](#oh-my-zsh)
|
- [oh-my-zsh](#oh-my-zsh)
|
||||||
|
@ -85,6 +86,10 @@ These frameworks make customizing your zsh setup easier.
|
||||||
|
|
||||||
**Antigen** is a small set of functions that help you easily manage your shell (zsh) plugins, called bundles. The concept is pretty much the same as bundles in a typical vim+pathogen setup. Antigen is to zsh, what Vundle is to vim. Antigen can load oh-my-zsh themes and plugins and will automatically clone them for you.
|
**Antigen** is a small set of functions that help you easily manage your shell (zsh) plugins, called bundles. The concept is pretty much the same as bundles in a typical vim+pathogen setup. Antigen is to zsh, what Vundle is to vim. Antigen can load oh-my-zsh themes and plugins and will automatically clone them for you.
|
||||||
|
|
||||||
|
### [ax-zsh](https://github.com/alexbarton/ax-zsh)
|
||||||
|
|
||||||
|
**Ax-ZSH** is a modular configuration system for ZSH. It provides sane defaults and is extendable by plugins.
|
||||||
|
|
||||||
### [dotzsh](https://github.com/dotphiles/dotzsh)
|
### [dotzsh](https://github.com/dotphiles/dotzsh)
|
||||||
|
|
||||||
**Dotzsh** strives to be platform and version independent. Some functionality may be lost when running under older versions of zsh, but it should degrade cleanly and allow you to use the same setup on multiple machines of differing OSes without problems.
|
**Dotzsh** strives to be platform and version independent. Some functionality may be lost when running under older versions of zsh, but it should degrade cleanly and allow you to use the same setup on multiple machines of differing OSes without problems.
|
||||||
|
|
Loading…
Reference in a new issue