Neofetch

Overview

Neofetch is a command-line system information tool. Neofetch displays information about your operating system, software and hardware.

Install using Pacman

  1. Open the terminal

  2. 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

  1. Open the terminal and enter the following command:

    neofetch
    

Run when terminal launches

  1. Open your ~/.bashrc file in your preferred text editor.

  2. Add the following line to your file and save it.

    neofetch
    
  3. Refresh your terminal with the following command.

    source ~/.bashrc
    

References