CaffeineAddict
Well-Known Member
First install these packages:
Then run:
And what you get is the cow telling you random quotes in random color, each time you run it:
You can go step ahead and put this into your
Bash:
sudo apt install cowsay lolcat fortune
Then run:
Bash:
fortune | cowsay | lolcat
And what you get is the cow telling you random quotes in random color, each time you run it:
You can go step ahead and put this into your
.bashrc
so that each time you start terminal the cow tells you something new:
Bash:
echo "fortune | cowsay | lolcat" >> ~/.bashrc
Last edited: