Install Neofetch - creationsoftre/Arch-Linux-wiki GitHub Wiki

Overview

Neofetch is a super-convenient command-line utility used to fetch system information within a few seconds. It is cross-platform, open-source, and it displays everything ranging from your system’s uptime to the Linux kernel version.

Default Neofetch will show you the following list of items:

  • Name of the operating system
  • Name and model of the laptop
  • Kernel version
  • Uptime (how long the system has been running)
  • Total number of packages (installed by default and other)
  • Shell and its version
  • Screen resolution
  • DE (desktop environment)
  • WM (window manager)
  • Theme of the window manager
  • Current system theme
  • System icons
  • Terminal
  • CPU details
  • GPU details
  • System memory (RAM)

Install Neofetch

sudo pacman -S neofetch

Customizing Info

https://github.com/dylanaraps/neofetch/wiki/Customizing-Info#config-file-location

Use Neofetch

neofetch

Configure Neofetch to Autostart when terminal is open

Open .bashrc file in a text editor

sudo nvim ~/.bashrc

Add Neofetch at the bottom of the config file

neofetch

Save and Exit File

ESC -> :wq

Learn More

https://github.com/dylanaraps/neofetch/wiki