Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belak/prezto-contrib
A set of additional plugins designed to work easily with prezto
https://github.com/belak/prezto-contrib
prezto zsh
Last synced: 9 days ago
JSON representation
A set of additional plugins designed to work easily with prezto
- Host: GitHub
- URL: https://github.com/belak/prezto-contrib
- Owner: belak
- License: mit
- Created: 2017-11-28T19:34:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T18:21:27.000Z (about 2 years ago)
- Last Synced: 2024-10-19T05:50:54.427Z (17 days ago)
- Topics: prezto, zsh
- Language: Shell
- Homepage:
- Size: 54.7 KB
- Stars: 122
- Watchers: 13
- Forks: 41
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - https://github.com/belak/prezto-contrib
README
# prezto-contrib
[Prezto][1] is a configuration framework for zsh aimed at providing better
defaults and other conveniences. However, to avoid feature bloat in the core
repository, prezto-contrib was born. This repository is meant to include
additional modules which are either not ready for inclusion in prezto-core or
don't currently have a maintainer willing to support them.## Usage
Multiple module directory support is built into prezto, so it's pretty easy to
use these modules. Simply do the following:```
cd $ZPREZTODIR
git clone --recurse-submodules https://github.com/belak/prezto-contrib contrib
```After the repo is cloned, you can load modules in the same way you'd load a
normal prezto module.Alternatively, you can clone contrib elsewhere and update the module dirs
setting.[1]: https://github.com/sorin-ionescu/prezto