https://github.com/danielbayerlein/zsh-plugins
🔌 Plugins for Zsh
https://github.com/danielbayerlein/zsh-plugins
antibody antigen oh-my-zsh prezto zgen zplug zsh zsh-plugin
Last synced: about 1 year ago
JSON representation
🔌 Plugins for Zsh
- Host: GitHub
- URL: https://github.com/danielbayerlein/zsh-plugins
- Owner: danielbayerlein
- License: mit
- Created: 2017-01-04T12:36:35.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T07:32:21.000Z (over 2 years ago)
- Last Synced: 2025-01-23T07:45:51.358Z (about 1 year ago)
- Topics: antibody, antigen, oh-my-zsh, prezto, zgen, zplug, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.plugin.zsh
- License: LICENSE
Awesome Lists containing this project
README
# zsh-plugins
> Plugins for [Zsh](http://zsh.sourceforge.net)
## Installation
### [zplug](https://github.com/zplug/zplug)
Install all plugins
```zsh
zplug "danielbayerlein/zsh-plugins"
```
Install a specific plugin
```zsh
zplug "danielbayerlein/zsh-plugins", use:"git.plugin.zsh"
```
### [Antigen](https://github.com/zsh-users/antigen)
Install all plugins
```zsh
antigen bundle danielbayerlein/zsh-plugins
```
Install a specific plugin
```zsh
antigen bundle danielbayerlein/zsh-plugins git
```
### [Antibody](https://github.com/getantibody/antibody)
Install all plugins
```zsh
antibody bundle danielbayerlein/zsh-plugins
```
Install a specific plugin
```zsh
antibody bundle danielbayerlein/zsh-plugins git
```
### [zgen](https://github.com/tarjoilija/zgen)
Install all plugins
```zsh
zgen load danielbayerlein/zsh-plugins
```
Install a specific plugin
```zsh
zgen load danielbayerlein/zsh-plugins git
```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new [Pull Request](../../pull/new/master)
## Copyright
Copyright (c) 2017-2018 Daniel Bayerlein. See [LICENSE](./LICENSE) for details.