Neofetch
Overview
Neofetch is a command-line system information tool. Neofetch displays information about your operating system, software and hardware.
Install using Pacman
Open the terminal
Run the following command
pacman -S neofetch
Configure
The configuration file for neofetch is located at $HOME/.config/neofetch/config.conf
For more information on configuration options, see the Customizing info article.
Run
Open the terminal and enter the following command:
neofetch
Run when terminal launches
Open your ~/.bashrc file in your preferred text editor.
Add the following line to your file and save it.
neofetch
Refresh your terminal with the following command.
source ~/.bashrc