An open API service indexing awesome lists of open source software.

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: 7 months ago
JSON representation

🔌 Plugins for Zsh

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.