Skip to content

Instantly share code, notes, and snippets.

@LeeCheneler
Created October 9, 2018 14:09
Show Gist options
  • Save LeeCheneler/33a1cc5bc50c6600063e19c5e76c59ce to your computer and use it in GitHub Desktop.
Save LeeCheneler/33a1cc5bc50c6600063e19c5e76c59ce to your computer and use it in GitHub Desktop.
Terminal jokes on launch

Run:

brew install httpie
brew install jq
gem install lolcat

Download this repo https://github.com/schacon/cowsay and cd into its directory.

Run:

sh install.sh

Add this to the end of your bashrc/zshrc or whatever :)

printf "%s\n" $(http GET https://icanhazdadjoke.com/ Accept:application/json -b --timeout 200 | jq .joke) | cowsay | lolcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment