Skip to content

dacrab/fastfetch-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 

Repository files navigation

⚑ Fastfetch Config

Clean, minimal system information display for your terminal

πŸ‘€ Preview


Linux

Windows

πŸš€ Install

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 fastfetch

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

✨ Features

  • System info (OS, kernel, uptime, packages)
  • Hardware specs (CPU, GPU, memory, disk)
  • Desktop environment details
  • Color palette display

🎨 Customize

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