Fastfetch
Install
Download Fastfetch from GitHub:
https://github.com/fastfetch-cli/fastfetch
Install the .deb package.
Usage
Run Fastfetch:
fastfetch
Use a specific distro logo:
fastfetch --logo debian
Show all information:
fastfetch -c all.jsonc
Query a specific module in JSON format:
fastfetch -s <module> --format json
Modules
Replace <module> with one of the supported modules (CPU, GPU, Memory, Disk, OS, Kernel, Network, etc.).
Full list is available in the Fastfetch repository documentation.
Auto-run on terminal start
Edit bash configuration:
nano ~/.bashrc
Add at the end:
fastfetch
Fastfetch will now run whenever a new terminal is opened.