Skip to content

dacrab/fastfetch-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Fastfetch Custom Configuration

Welcome to a stunning configuration for Fastfetch, the ultimate system information tool that turns your terminal into a work of art! 🎨✨

πŸ“‹ Table of Contents

  1. ✨ Features
  2. πŸ‘€ Preview
  3. πŸ› οΈ Installation
  4. πŸš€ Usage
  5. 🎨 Customization
  6. πŸ”€ Font Requirement
  7. πŸ“₯ Quick Download

✨ Features

  • πŸ–₯️ Comprehensive System Information
    • OS, Kernel, Uptime, Packages
  • 🎨 Detailed Desktop Environment Showcase
    • DE, WM, Theme, Resolution, Shell, Font
  • πŸ’» In-depth Hardware Specifications
    • CPU, GPU, Memory, Disk usage
  • 🌈 Vibrant Color Palette Display

πŸ‘€ Preview

Fastfetch-preview-linux
Linux Preview
Fastfetch-preview-windows
Windows Preview

πŸ› οΈ Installation

1. Install Fastfetch:

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

For other systems, refer to the official installation guide.

2. Set up the configuration:

System Command
Linux/macOS mkdir -p ~/.config/fastfetch && wget -O ~/.config/fastfetch/config.jsonc https://raw.githubusercontent.com/dacrab/fastfetch-config/main/config.jsonc
Windows New-Item -ItemType Directory -Force -Path "$env:APPDATA\fastfetch" ; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dacrab/fastfetch-config/main/config.jsonc" -OutFile "$env:APPDATA\fastfetch\config.jsonc"

πŸš€ Usage

Simply type fastfetch in your terminal to display your system information in a beautifully formatted layout.

🎨 Customization

To tailor the display to your preferences:

  1. Open the config.jsonc file in your preferred text editor.
  2. Modify the settings according to your needs.
  3. Save the file and run fastfetch to see your changes.

For detailed customization options and syntax, refer to the Fastfetch documentation.

πŸ”€ Font Requirement

To ensure all icons and symbols display correctly:

  1. Visit the Nerd Fonts website.
  2. Choose and download a font you like:
  3. Install the font on your system.
  4. Set your terminal to use the installed Nerd Font.

This step is crucial for the proper display of all elements in the Fastfetch output.

πŸ“₯ Quick Download

For quick access to the configuration file:

Download config.jsonc

Enjoy your beautifully displayed system information! πŸŽ‰