Skip to content

Instantly share code, notes, and snippets.

@gabrielstuff
Created January 13, 2012 02:36
Show Gist options
  • Save gabrielstuff/1604299 to your computer and use it in GitHub Desktop.
Save gabrielstuff/1604299 to your computer and use it in GitHub Desktop.
Code happily with a cow and some fortune
#download fortune : http://download.cnet.com/fortune/3000-20416_4-8558.html
if brew is installed :
brew install fortune
#download cowsay : http://linux.softpedia.com/get/Utilities/cowsay-34561.shtml
brew install cowsay
# Install them
#fire up vim !
vim ~/.profile
#add a cow say a fortune
fortune | cowsay -n
#save
#reload your profile :
source ~/.profile
Be happy before coding:
_______________________________________
/ We are what we pretend to be. \
\ -- Kurt Vonnegut, Jr. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment