Putting study materials into your terminal
mkdir ~/gitcd ~/gitgit clone https://github.com/finnbear/studyterminal.git
In your home directory, edit .bash_profile and paste in (cd ~/git/studyterminal/displays; python ~/git/studyterminal/displays/word_of_wisdom.py)
In your home directory, edit .bashrc and paste in (cd ~/git/studyterminal/displays; python ~/git/studyterminal/displays/word_of_wisdom.py)