crystal-zsh
crystal-zsh copied to clipboard
.oh-my-zsh plugin for Crystal
.oh-my-zsh plugin for Crystal
-
craliasescrystal -
crialiasescrystal init -
crbaliasescrystal build -
crdaliasescrystal deps -
crdoaliasescrystal docs -
crenaliasescrystal env -
crealiasescrystal eval -
crpaliasescrystal play -
crsaliasescrystal spec -
crraliasescrystal run -
crtaliasescrystal tool -
crtcaliasescrystal tool context -
crtfaliasescrystal tool format -
crthaliasescrystal tool hierarchy -
crtialiasescrystal tool implementations -
crttaliasescrystal tool types
Note: you may also want to use autocompletions for Crystal. It is installed automatically with Crystal distribution.
Installation
Antigen
Add antigen bundle veelenga/crystal-zsh to your .zshrc with your other bundle commands. Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also add the plugin to a running zsh with antigen bundle veelenga/crystal-zsh for testing before adding it to your .zshrc.
Oh-My-Zsh
- Clone repo into your custom plugins directory:
git clone https://github.com/veelenga/crystal-zsh.git ~/.oh-my-zsh/custom/plugins/crystal
- Add crystal to the plugins line of your
.zshrcfile (e.g.plugins=(rails git crystal))
Zgen
Add zgen load veelenga/crystal-zsh to your .zshrc file in the same function you're doing your other zgen load calls in.