/auto-fortune-cowsay-zsh

Prints out an ASCII picture of a cow saying a random epigram on every zsh start.

Primary LanguageShellMIT LicenseMIT

auto-fortune-cowsay-zsh

Prints out an ASCII picture of a cow saying a random epigram on every zsh start.

screenshot

Installation

antigen
antigen bundle babasbot/auto-fortune-cowsay-zsh
oh-my-zsh
  1. 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
  1. Then, in your .zshrc file, add auto-fortune-cowsay to your plugin list:
plugins=(... auto-fortune-cowsay)
zplug
zplug "babasbot/auto-fortune-cowsay-zsh"

LICENSE

This project is licensed under the MIT License - see the LICENSE.txt file for details.