How to have some fun using the terminal.
- Install cowsay [0] via :
sudo apt-get install cowsay
- Install fortune [1] via :
sudo apt-get install fortune
- Install figlet [3] via :
sudo apt-get install figlet
- Make sure you have Ruby installed via :
ruby -v
- Install the lolcat [2] via : gem
gem install lolcat
- (option) Add to .bash_profile and/or .bashrc
$ echo "This is a banner" | figlet | lolcat
$ fortune | cowsay | lolcat
$ git log -1 | cowsay -f dragon-and-cow | lolcat
- [0] - http://en.wikipedia.org/wiki/Cowsay
- [1] - http://en.wikipedia.org/wiki/Fortune_(Unix)
- [2] - http://github.com/busyloop/lolcat
- [3] - http://www.figlet.org/
- Make sure you have HomeBrew [9] installed via:
brew -v
- Install cowsay [0] via :
brew install cowsay
- Install fortune [1] via :
brew install fortune
- Install figlet [1] via :
brew install figlet
- Make sure you have Ruby installed via :
ruby -v
- Install the lolcat [2] via : gem
gem install lolcat
orbrew install lolcat
- (option) Add to .bash_profile and/or .bashrc
- [9] - http://brew.sh
- via - https://gist.github.com/cvrabie
See also:
- Awesome comments contributed below - thanks to everyone !
- http://www.mewbies.com/acute_terminal_fun_01_get_ascii-fied_on_the_terminal.htm
- http://www.mewbies.com/cowsay_errors_get_entire_collection_of_cows_and_more.htm
- http://www.mewbies.com/how_to_customize_your_console_login_message_tutorial.htm