Skip to content

Instantly share code, notes, and snippets.

@adamhp
Created September 15, 2020 18:01
Show Gist options
  • Save adamhp/9f992eda5f44069574677ff87f03205c to your computer and use it in GitHub Desktop.
Save adamhp/9f992eda5f44069574677ff87f03205c to your computer and use it in GitHub Desktop.
1. Install fortune and cowsay
brew install fortune
brew install cowsay
2. Clone oblique strategies
cd ~
git clone https://github.com/threemachines/obliqueMOTD.git
3. Paste the following in your profile (~/.bash_profile, ~/.zprofile, etc.)
echo "Today's oblique strategy:"
fortune ~/obliqueMOTD/obliquestrategies ~/obliqueMOTD/diebenkorn_notes | cowsay -f stegosaurus
echo ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment