Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 definition

plugins=( ... 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.