Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 893 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 893 Bytes

funny-quotes

oh-my-zsh plugin with cow telling funny quotes

 ____________________
< Środa, dzień loda! >
 --------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

requirements

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.

installation

To install the plugin, run the following commands:

git clone https://github.com/Disper/funny-quotes.git
cd funny-quotes
./install.sh

updating quotes

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

uninstallation

To uninstall the plugin, run the following command:

cd funy-quotes
./uninstall.sh