oh-my-zsh plugin with cow telling funny quotes
____________________
< Środa, dzień loda! >
--------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
We need to have installed zsh and oh-my-zsh and use zsh as default shell. We also need homebrew if we are using OS X.
To install the plugin, run the following commands:
git clone https://github.com/Disper/funny-quotes.git
cd funny-quotes
./install.sh
To get fresh list of quotes, pull changes from the remote repository and re-install plugin as follows:
cd funny-quotes
git pull
./install.sh
To uninstall the plugin, run the following command:
cd funy-quotes
./uninstall.sh