Screenfetch for Linux

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!

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s