Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davydovanton/hanami-zsh
Zsh plugin for hanami.
https://github.com/davydovanton/hanami-zsh
Last synced: 5 days ago
JSON representation
Zsh plugin for hanami.
- Host: GitHub
- URL: https://github.com/davydovanton/hanami-zsh
- Owner: davydovanton
- Created: 2017-08-17T00:10:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T21:35:32.000Z (over 7 years ago)
- Last Synced: 2024-04-14T07:40:04.672Z (8 months ago)
- Size: 3.91 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hanami - hanami-zsh - Zsh plugin for hanami projects. (Hanami Gem List / CLI)
README
# zsh hanami
Zsh completion plugin for hanami.## Instalation
1. Clone repo into your custom plugins directory:
```sh
cd ~/.oh-my-zsh/custom/plugins
git clone [email protected]:davydovanton/hanami-zsh.git hanami
```2. Add hanami to the plugins line of your `.zshrc` file (e.g. `plugins=(git hanami)`)