Skip to content

Maheswara660/neofetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Neofetch Configuration Suite

A curated collection of 250+ aesthetic assets and 37 custom presets to make your terminal Fetch look premium, vibrant, and personalized.

Featuring interactive installation scripts for macOS, Linux, and Windows, with support for various terminal image backends and a massive library of high-quality "stickers" as logos.


🎨 Features

  • 250+ High-Quality Logos: A massive variety of stickers from anime, gaming, and tech culture.
  • 37 Predefined Layouts: From minimal text-only fetches to rich, image-heavy dashboards.
  • Backend Selection: Interactive support for different terminal image backends (w3m, kitty, iterm2, chafa, etc.).
  • OS Logo Support: Don't want a custom image? Our scripts support switching to your Operating System's default logo with one click.
  • Cross-Platform: Full support for macOS, Linux, and Windows.

🛠 Prerequisites: Install Neofetch

Before using these configs, you must have neofetch installed on your system.

macOS

Install via Homebrew:

brew install neofetch

Linux

Use your distribution's package manager:

  • Arch Linux: sudo pacman -S neofetch
  • Fedora: sudo dnf install neofetch
  • Ubuntu/Debian: sudo apt install neofetch
  • NixOS: nix-shell -p neofetch

Windows

Neofetch can be installed via Scoop or Chocolatey:

  • Scoop: scoop install neofetch
  • Chocolatey: choco install neofetch Note: On Windows, Neofetch typically runs within a Unix-like shell environment such as Git Bash, MSYS2, or WSL.

🚀 Quick Installation (Recommended)

I have provided interactive scripts that let you preview and select your favorite layout, logo, and terminal backend in seconds.

macOS / Linux / WSL

  1. Clone this repository:
    git clone https://github.com/Maheswara660/neofetch.git
    cd neofetch
  2. Run the installer:
    chmod +x install.sh
    ./install.sh

Windows (PowerShell)

  1. Clone the repository and enter the folder.
  2. Run the installer:
    .\install.ps1

📖 Manual Installation

If you prefer to set things up manually, follow these steps:

Unix-like (macOS / Linux / WSL)

  1. Create the configuration directory:
    mkdir -p ~/.config/neofetch
  2. Choose a preset from the presets/ folder and copy it:
    cp presets/001.conf ~/.config/neofetch/config.conf
  3. Choose an image from the images/ folder and copy it:
    cp images/001.png ~/.config/neofetch/image.png

Windows

  1. Open PowerShell and create the configuration folder:
    mkdir "$env:USERPROFILE\.config\neofetch"
  2. Copy your chosen preset:
    copy-item presets\001.conf "$env:USERPROFILE\.config\neofetch\config.conf"
  3. Copy your chosen logo:
    copy-item images\001.png "$env:USERPROFILE\.config\neofetch\image.png"

🤝 Contributing

Feel free to fork this project, add your own presets or images, and submit a Pull Request!

📜 License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

A premium Neofetch configuration suite featuring 37+ aesthetic presets, 250+ custom logos, and interactive installers for macOS, Linux, and Windows.

Topics

Resources

License

Stars

Watchers

Forks

Contributors