DEV Community

Cover image for Pretty System Specs
skino
skino

Posted on

Pretty System Specs

Intro

One thing i spotted when i started using Tech Twitter was people would post screenshots of there system specifications in terminals with pretty logos etc and i wanted to know how it was all done!...... its actually SUPER simple.

NeoFetch

NeoFetch is a free, easy to install application which gathers system information and prints it to the terminal in a "pretty way". It pulls together all of your system information and strips out the crap and displays it in a way that doesnt hurt the brain....

Installation

Installing NeoFetch is as easy as typing the following two commands....

sudo add-apt-repository ppa:dawidd0811/neofetch

Enter fullscreen mode Exit fullscreen mode

and

sudo apt update && sudo apt install neofetch

Enter fullscreen mode Exit fullscreen mode

this add the official NeoFetch PPA to your ubuntu installation and means you will always get the most up to date version.

after that simply type neofetch in your terminal and you will get a screenshot like below.

Another app you can use is screenfetch which does near enough the exact same thing!.

Install it with the following command:

sudo apt install screenfetch

Enter fullscreen mode Exit fullscreen mode

and then just type screenfetch in your terminal to get your system specs like below.

Well thats going to do it today hope this quick blog post will be of interest and help you out. as a side note you can also get Screenfetch for MacOS.

Raspada-Blog

I post on my blog primarily and share the posts via API, please check out Raspada-Blog for more posts and information. If you have any questions please message me on twitter or use my website contact form.

Top comments (0)