Welcome to a stunning configuration for Fastfetch, the ultimate system information tool that turns your terminal into a work of art! 🎨✨
- 🖥️ Comprehensive System Information
- OS, Kernel, Uptime, Packages, Local IP, Public IP,...
- 🎨 Detailed Desktop Environment Showcase
- DE, WM, Theme, Resolution, Shell, Font,...
- 💻 In-depth Hardware Specifications
- CPU, GPU, Memory, Disk usage,...
- 🌈 Vibrant Color Palette Display
| System | Command |
|---|---|
| Arch Linux | sudo pacman -S fastfetch |
| Ubuntu/Debian | sudo add-apt-repository ppa:fastfetch-devs/fastfetch && sudo apt update && sudo apt install fastfetch |
| macOS (Homebrew) | brew install fastfetch |
| Windows (Scoop) | scoop install fastfetch |
| Windows (Winget) | winget install fastfetch |
! NOTE (windows 10): for winget you need to install App Installer (official microsoft link)-> !- USE POWERSHELL IN WINDOWS FOR WINDOWS INSTALL -For other systems, refer to the official installation guide.
| System | Command |
|---|---|
| Linux/macOS | mkdir -p ~/.config/fastfetch && wget -O ~/.config/fastfetch/config.jsonc https://raw.githubusercontent.com/protocol-8/fastfetch-config/main/config-linux.jsonc |
| Windows | New-Item -ItemType Directory -Force -Path "$env:PROGRAMDATA\fastfetch" ; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/protocol-8/fastfetch-config/main/config-windows.jsonc" -OutFile "$env:PROGRAMDATA\fastfetch\config.jsonc" |
| System | Command |
|---|---|
| Linux/macOS (current user) | wget https://raw.githubusercontent.com/protocol-8/fastfetch-config/main/ascii-art.txt -O ~/.config/fastfetch/logo.txt |
| Windows | Invoke-WebRequest -Uri "https://raw.githubusercontent.com/protocol-8/fastfetch-config/main/ascii-art.txt" -OutFile "$env:PROGRAMDATA\fastfetch\logo.txt" |
@@ You can also use your personal ASCII art , this just has mine :) @@Simply type fastfetch in your terminal to display your system information in a beautifully formatted layout.
To tailor the display to your preferences:
- Open the
config-linux.jsonc/config-windows.jsoncfile in your preferred text editor. - Modify the settings according to your needs.
- Save the file and run
fastfetchto see your changes.
For detailed customization options and syntax, refer to the Fastfetch documentation.
For quick access to the configuration file:
Enjoy your beautifully displayed system information! 🎉
I’ve also included two reference images (one with a background and one without). These are the original images used to generate the ASCII art.