Last active
December 29, 2015 05:58
-
-
Save vtsatskin/7625368 to your computer and use it in GitHub Desktop.
Doges your terminal up
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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