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:
- Host: GitHub
- URL: https://github.com/gr1n/zsh-plugins
- Owner: Gr1N
- License: mit
- Created: 2019-11-13T09:23:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T08:15:44.000Z (over 6 years ago)
- Last Synced: 2026-02-05T11:03:32.576Z (5 months ago)
- Topics: shell, zsh, zsh-plugins
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.