Sinisterly
Arch Linux Tutorial: How to setup Screenfetch - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems)
+--- Thread: Arch Linux Tutorial: How to setup Screenfetch (/Thread-Arch-Linux-Tutorial-How-to-setup-Screenfetch)



Arch Linux Tutorial: How to setup Screenfetch - Codec - 10-28-2013

Today I'm going to show you a neat little trick which allow you to add systeminfo and logo in the Terminal without much work.

The first thing you have to do is to open a new Terminal window and run:
Quote:sudo pacman -S screenfetch

Now enter your password, and then press Y and enter to download the small utility.

Now its time to edit the bashrc file so that the Screenfetch utility is started everytime you launch the terminal, to do this you need to run this command:
Quote:vi ~/.bashrc

Now add this to the last line of the file:
Quote:#Screenfetch
screenfetch

Now save the file, and then close the terminal and repoen it, now your done!


RE: Arch Linux Tutorial: How to setup Screenfetch - Customer - 11-04-2013

Dat ricin' amirite?


RE: Arch Linux Tutorial: How to setup Screenfetch - Demonic - 11-04-2013

Nice tutorial man.
Cool share. I'm sure a lot of people are gonna find this useful. :grin:


RE: Arch Linux Tutorial: How to setup Screenfetch - Kureo - 11-06-2013

Nice tutorial, I may actually have use for this.. As I am planning on testing out some Linux.. :3


RE: Arch Linux Tutorial: How to setup Screenfetch - Exiled - 11-13-2013

Awesome tutorial, thanks for sharing, Codec.