Prints out an ASCII picture of a cow saying a random epigram on every zsh start.
antigen bundle babasbot/auto-fortune-cowsay-zsh
- Clone this repository into the
$ZSH/custom/plugins/auto-fortune-cowsay
folder:
git clone https://github.com/babasbot/auto-fortune-cowsay-zsh $ZSH/custom/plugins/auto-fortune-cowsay
- Then, in your
.zshrc
file, addauto-fortune-cowsay
to your plugin list:
plugins=(... auto-fortune-cowsay)
zplug "babasbot/auto-fortune-cowsay-zsh"
This project is licensed under the MIT License - see the LICENSE.txt file for details.