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.
- 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.
Before using these configs, you must have neofetch installed on your system.
Install via Homebrew:
brew install neofetchUse 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
Neofetch can be installed via Scoop or Chocolatey:
- Scoop:
scoop install neofetch - Chocolatey:
choco install neofetchNote: On Windows, Neofetch typically runs within a Unix-like shell environment such as Git Bash, MSYS2, or WSL.
I have provided interactive scripts that let you preview and select your favorite layout, logo, and terminal backend in seconds.
- Clone this repository:
git clone https://github.com/Maheswara660/neofetch.git cd neofetch - Run the installer:
chmod +x install.sh ./install.sh
- Clone the repository and enter the folder.
- Run the installer:
.\install.ps1
If you prefer to set things up manually, follow these steps:
- Create the configuration directory:
mkdir -p ~/.config/neofetch - Choose a preset from the
presets/folder and copy it:cp presets/001.conf ~/.config/neofetch/config.conf - Choose an image from the
images/folder and copy it:cp images/001.png ~/.config/neofetch/image.png
- Open PowerShell and create the configuration folder:
mkdir "$env:USERPROFILE\.config\neofetch" - Copy your chosen preset:
copy-item presets\001.conf "$env:USERPROFILE\.config\neofetch\config.conf"
- Copy your chosen logo:
copy-item images\001.png "$env:USERPROFILE\.config\neofetch\image.png"
Feel free to fork this project, add your own presets or images, and submit a Pull Request!
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.