Linux |
Windows |
1. Install Fastfetch
# Arch
sudo pacman -S fastfetch
# Ubuntu/Debian
sudo add-apt-repository ppa:fastfetch-devs/fastfetch
sudo apt update && sudo apt install fastfetch
# macOS
brew install fastfetch
# Windows
scoop install fastfetch2. Install Config
# Linux/macOS
curl -fsSL https://raw.githubusercontent.com/dacrab/fastfetch-config/main/config.jsonc -o ~/.config/fastfetch/config.jsonc
# Windows (PowerShell)
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dacrab/fastfetch-config/main/config.jsonc" -OutFile "$env:APPDATA\fastfetch\config.jsonc"3. Install Nerd Font
Download and install any Nerd Font for proper icons.
4. Run
fastfetch- System info (OS, kernel, uptime, packages)
- Hardware specs (CPU, GPU, memory, disk)
- Desktop environment details
- Color palette display
Edit the config file:
- Linux/macOS:
~/.config/fastfetch/config.jsonc - Windows:
%APPDATA%\fastfetch\config.jsonc
See Fastfetch docs for options.
Made with β€οΈ for terminal enthusiasts

