Table of Contents

fastfetch

System information display. Replacement for neofetch (abandoned in 2023). Written in C, significantly faster.

fastfetch                   # display system info
fastfetch --logo none       # no ASCII art, just info
fastfetch --config minimal  # use a named config preset

Configuration

Config file: ~/.config/fastfetch/config.jsonc

Key modules: OS, kernel, uptime, packages, shell, terminal, CPU, GPU, memory, disk, local IP, battery, locale.

Compared to neofetch

Install

sudo add-apt-repository ppa:zhangsongcui3371/fastfetch
sudo apt update && sudo apt install fastfetch

See Also