Skip to content

A ZSH pluggin to display random Kaamelott quotes.

Notifications You must be signed in to change notification settings

BenbenIO/kaam-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kaam-quotes

An oh-my-zsh plugin, that display a random quote taken from Kaamelott (Karadoc / Perceval / Kadoc). The quote were taken from this web-site

Installation

Clone this repository in oh-my-zsh's plugins directory:

git clone https://github.com/BenbenIO/kaam-quotes.git ~/.oh-my-zsh/custom/plugins/kaam-quotes

Add the plugin to the plugins array in your zshrc file and restart zsh:

plugins=(... kaam-quotes)

if using antigen, install here:

git clone https://github.com/BenbenIO/kaam-quotes.git ~/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/

Modify the quote path in kaam-quotes.plugin.zsh (line 4):

path="$HOME/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/kaam-quotes/"

Add the plugin to the plugins array in your .antigen file and restart antigen:

antigen bundle kaam-quotes

Usage

  • A random quote will be display when opening a new terminal.
  • Run kaam to get a new random quote.

To Do

  • Better formattage and extraction of the quotes (e.g: delete too long quote, )
  • Sentimental analysis on the quotes / ...

Releases

No releases published

Packages

No packages published

Languages