Get an anime quote in your terminal. The quotes are taken from Yurippe
- Download the
anime_quote.sh
file and place it in a path of your choice. - Make the file an executable using
chmod +x anime_quote.sh
- Test it by typing
./anime_quotes.sh
in the terminal. If a quote appears , it works. - Now go to your
~/.bashrc
file and add thee path o theanime_quote.sh
file in the end of the file. - Exit the file and type
source ~/.bashrc
- The next time you open the terminal , it'll display a quote from some random anime with the name of the character who said it.
For the proper steps chk out this asciinema recording.