A curated collection of 250+ aesthetic assets and 14 custom presets to make your terminal Fetch look premium, vibrant, and personalized.
Featuring interactive installation scripts for macOS, Linux, and Windows, and a massive library of high-quality anime/gaming "stickers" as logos.
- 250+ High-Quality Logos: A massive variety of stickers from anime, gaming, and tech culture.
- 14 Predefined Layouts: From minimal text-only fetches to rich, image-heavy dashboards.
- 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 fastfetch installed on your system.
Install via Homebrew:
brew install fastfetchUse your distribution's package manager:
- Arch Linux:
sudo pacman -S fastfetch - Fedora:
sudo dnf install fastfetch - Ubuntu/Debian:
sudo apt install fastfetch - NixOS:
nix-shell -p fastfetch
Install via Scoop or Chocolatey:
- Scoop:
scoop install fastfetch - Chocolatey:
choco install fastfetch
I have provided interactive scripts that let you preview and select your favorite layout and logo in seconds.
- Clone this repository:
git clone https://github.com/Maheswara660/fastfetch.git cd fastfetch - 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/fastfetch/image - Choose a preset from the
presets/folder and copy it:cp presets/01.jsonc ~/.config/fastfetch/config.jsonc - Choose an image from the
images/folder and copy it:cp images/001.png ~/.config/fastfetch/image/image.png
- Open PowerShell and create the configuration folder:
mkdir "$env:APPDATA\fastfetch\image" - Copy your chosen preset:
copy-item presets\01.jsonc "$env:APPDATA\fastfetch\config.jsonc"
- Copy your chosen logo:
copy-item images\001.png "$env:APPDATA\fastfetch\image\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.