Creating an Awesome Logo with Screenfetch on Linux.
This is a nice and handy bash script that is used to find out a distribution’s information and logo. This is possible with other distros and OS like FreeBSD and Mac.
Step 1: You will need to install Screenfetch
$ sudo apt-get install screenfetch
If step one doesn’t work try it this way. You will need to download git first. Then update everything.
https://github.com/KittyKatt/screenFetch – the GitHub page
Installing Screenfetch:
$ cd /tmp
$ git clone git://github.com/KittyKatt/screenFetch.git screenfetch
Install the script:
$ sudo cp screenfetch/screenfetch-dev /usr/bin/screenfetch
$ sudo chmod 755 /usr/bin/screenfetch
Try it out!
$ screenfetch
If it works then Good Job!