Fortune with quotes taken from https://github.com/bmc/fortunes.
- Clone this repository anywhere you want
- Copy "fortunes" file from https://github.com/bmc/fortunes onto your computer, into a .txt file, anywhere you want
- Edit the main.py file to use the path to your "fortunes" txt file
- Edit your .bashrc file in your home directory to include
alias fortune="(cd PATH; python3 main.py)", where PATH is the path to the cloned repo - Type fortune into your shell and enjoy your life!