Skip to content

Instantly share code, notes, and snippets.

@BenGlasser
Last active November 6, 2017 22:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenGlasser/206e7756d738467fb508 to your computer and use it in GitHub Desktop.
Save BenGlasser/206e7756d738467fb508 to your computer and use it in GitHub Desktop.
for all the the bronies in the house
#!/bin/bash
#run this, you won't be sorry.
command -v brew >/dev/null 2>&1 || { echo >&2 "install homebrew and try again..."; exit 1; }
brew install fortune
brew install ponysay
echo "fortune | ponysay" >> ~/.profile
echo "alias pwnies=\"fortune | ponysay\"" >> ~/.profile
source ~/.profile
@BenGlasser
Copy link
Author

pwnies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment