NeoFetch is one of these such scripts and looks to provide all the features and capabilities of its predecessors but in a much more comprehensive way. Put simply, if you’ve ever wanted to check your hardware specifications, kernel version, uptime, desktop environment type, and more (with ease) – then a program like NeoFetch is what you’re looking for.

Installation

The following set of instructions are for an install of Neofetch on Debian/Ubuntu. NeoFetch is cross-platform so will work on most other systems, too (even Windows!). The installation instructions are also readily available for Arch Linux, Gentoo, Fedora, and Mac OS X here on the project’s GitHub page. It’s easiest to copy/paste these next three commands into your terminal, so there are no errors when entering. Open a terminal and add the NeoFetch software repository by running: Then add the public key as trusted to your system by typing in: Wait for the short download output to finish and enter: You can now install Neofetch onto the machine with: Say “yes” to any prompts. You now have the program ready to run on your Ubuntu machine.

Usage

How do you use NeoFetch to print out system information now that it’s installed? Thankfully it’s quite easy, It’s done simply by calling the program inside of the terminal using its name. Enter this one-word command into your terminal to see your system specs output:

As you can see, the output is quite detailed. We can get a lot more use out of the program by going a little further and adding extra options to the command. Here are some examples: Change the memory statistic to a progress bar, and disable the colour blocks by appending:

Change the colours of the output text with this option:

Save the system output details to a new image file by taking a screenshot: Replace “/path/to/img” in the location and file-name where you want your screenshot to be created. The full list of options you can use to create different outputs is available here.

Aliases

Typing out the extra parts of your custom commands can be a bit repetitive and time-consuming. To remedy this, we can create an “alias” for any custom NeoFetch outputs we want to run. An alias is a shorter command that refers to another much longer command. These aliases are best stored in your system’s “.bashrc” file. Begin writing to this file now with Nano: Here’s an example alias to add to the bottom of the file that runs a longer NeoFetch command but with one word! The backslashes continue the code on the next line instead of ending it abruptly, so one of these is needed on each new line (barring the last). Save and leave this file by pressing “Ctrl + x” together at the same time on your keyboard, followed by one press of the “y” key to confirm. Nearly done! Source the “.bashrc” file so the changes are picked up: Now try running the new Neofetch alias we defined to see the customised output! Remember we called it “neofetch2”:

The terminal output shows the results! If you got an error go back to the “.bashrc” file from earlier and check that your alias is written down correctly.

Conclusion

If you’ve never used one of these tools before, you’ll find it a welcome addition to your repertoire. Although not super essential, it’s nice to have an easy way to quickly see system specs on the fly, and there’s no end to the amount of aliases you can add to make things smoother. Have fun using this one!