Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s7anley/zsh-geeknote
Geeknote plugin for oh-my-zsh
https://github.com/s7anley/zsh-geeknote
geeknote zsh
Last synced: 23 days ago
JSON representation
Geeknote plugin for oh-my-zsh
- Host: GitHub
- URL: https://github.com/s7anley/zsh-geeknote
- Owner: s7anley
- Created: 2014-01-01T23:09:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T05:48:34.000Z (over 8 years ago)
- Last Synced: 2024-08-18T09:32:12.692Z (5 months ago)
- Topics: geeknote, zsh
- Language: Shell
- Size: 4.88 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - geeknote - [Geeknote](https://geeknote.me) plugin for ZSH. (Plugins / Zinit (née zplugin))
README
ZSH-Geeknote
============[Geeknote](https://github.com/VitaliyRodnenko/geeknote) plugin for [oh-my-zsh framework](http://github.com/robbyrussell/oh-my-zsh).
Plugins provides:
* auto completion of commands and their options
* alias `gn`## Installation
### oh-my-zsh
This plugin is already bundled in oh-my-zsh. To enable just configure plugin definitionplugins=( ... geeknote ...)
### Antigen
Use [Antigen's](https://github.com/zsh-users/antigen) bundle command to install by adding `antigen bundle s7anley/zsh-geeknote` to your `.zshrc` along with your other plugins.