These files are intended to supplement the cow files in /usr/share/cowsay/cows.
echo Exterminate! | cowsay -f dalek
A sample of each cow file in this repository is here. Note that the ANSI cows like bender.cow will only render properly if your terminal client supports color. True color (ending in ‘-tc’) cows will only render in terminals that support full 24-bit color.
This file allows you to configure a list of cows to randomly display when opening a new terminal session.
Can be made use of by adding the following line to your .bashrc
file (or .zshrc
if you use ZSH):
. ${GIT}/cowsay-files/.cowrc
Replace ${GIT} with the path to your git directory, and you will get a random cow fortune on every new terminal session :)
Fancy pixel art cows can now be created with ease using Charc0al’s cowsay file converter
Instructions:
Tips for creating pixel art cows:
palette
command (if you are making use of .cowrc) to get
a display of your terminal color palette and the corresponding color codes.Try converting some of the examples!