Skip to content

Instantly share code, notes, and snippets.

@vtsatskin
Last active December 29, 2015 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vtsatskin/7625368 to your computer and use it in GitHub Desktop.
Save vtsatskin/7625368 to your computer and use it in GitHub Desktop.
Doges your terminal up
# Doges your terminal up
# Requires Mac OS X, lolcat, and thinderman's doge
# Doge: https://github.com/thiderman/doge
# lolcat: https://github.com/busyloop/lolcat
# Display a lovely doge
doge
# Alias for periodic pretty doge lines
alias suchdoge="while true; do doge | lolcat -a -d 100 -s 100 -p 1; done"
# Says a random startup phrase
PHRASES=("such hacker", "very terminal", "wow computer", "pretty terminal", "most shibe")
# Comment the following line if you're not on Mac OS X
say $PHRASES[$RANDOM%$#PHRASES+1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment