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

https://github.com/gr1n/zsh-plugins

Just a dump of zsh plugins. Be careful and think twice if you want to use them :upside_down_face:
https://github.com/gr1n/zsh-plugins

shell zsh zsh-plugins

Last synced: 2 months ago
JSON representation

Just a dump of zsh plugins. Be careful and think twice if you want to use them :upside_down_face:

Awesome Lists containing this project

README

          

# zsh-plugins

Just a dump of `zsh` plugins. Be careful and think twice if you want to use them :upside_down_face:.

Plugins:

* `asdf` — shell completions for the [asdf](https://asdf-vm.com/) a tool for multiple runtime versions management;
* `direnv` — setup shell hooks for the [direnv](https://direnv.net/) a tool which can help you to automatically load and unload environment variables;
* `poetry` — shell completions for the [poetry](https://poetry.eustace.io/) a tool for dependency management and packaging in Python.

## Installation

Install any plugin with [antibody](https://getantibody.github.io/), e.g. just use command below if you want to install `poetry` plugin:

```shell
$ antibody bundle Gr1N/zsh-plugins path:poetry
```

## Contributing

Feel free to send any PR you want, even a strange one!

## License

`zsh-plugins` is licensed under the MIT license. See the license file for details.