/GOT-terminal-greeter

a notable quote from Game of Thrones awaits you on opening the terminal

MIT LicenseMIT

GOT-terminal-greeter

a notable quote from Game of Thrones waits for you on opening the terminal

Setup

Install curl and json processor

sudo apt install curl
sudo apt install jq

Locate the .bashrc file and append the following line

curl -s https://game-of-thrones-quotes.herokuapp.com/v1/random | jq -r '"\"" + .sentence + "\" - " + .character.name'

Credits

game-of-thrones-quotes-api