Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Neuro-sama themed system information tool. This fastfetch fork features Neuro-sama Ai and Family ascii Art

License

Notifications You must be signed in to change notification settings

laeter/neurofetch

 
 

Repository files navigation

Neurofetch

A Neuro-sama Fetch themed system information tool - A fastfetch fork featuring custom ASCII art for the Neuro family.

Made with ❤️ for the Neuro-sama community. Primarily for my personal use on Arch Linux. What works for me may not work for you.

Note

Some parts may not be working for other OS. I have not tested on anything other than Arch-based distributions.

Neurofetch Based on Fastfetch Arch Linux

Screenshots

The Neuro Family

Neurosama, EvilNeuro, Vedal, and Anny

Neuro Friends & Swarm

Aquwa, Imp, Camimi, and Cog (Swarm symbol)

Individual Character Screenshots

Features

  • 🎨 Custom ASCII Art: 8 characters - Neurosama, EvilNeuro, Vedal, Anny, Aquwa, Imp, Camimi, and Cog
  • Fast: Built on fastfetch - lightning-fast system info display
  • 🎯 Easy Commands: Simple shortcuts for all logos
  • 🔄 Smart Modes: Random or sequential logo rotation on terminal startup
  • 🎨 RGB Colors: Authentic character colors with full RGB support

Installation

Quick Install (Maximum Brainrot Method)

curl -sL https://raw.githubusercontent.com/laeter/neurofetch/dev/install.sh | bash

Manual Install

git clone https://github.com/laeter/neurofetch.git ~/.config/neurofetch
cd ~/.config/neurofetch
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j$(nproc)

Add to your PATH (~/.zshrc or ~/.bashrc):

export PATH="$HOME/.config/neurofetch:$PATH"

Usage

Display Specific Logos

neurofetch --neuro    # Neurosama
neurofetch --evil     # EvilNeuro
neurofetch --vedal    # Vedal
neurofetch --anny     # Anny
neurofetch --aquwa    # Aquwa
neurofetch --imp      # Imp
neurofetch --camimi   # Camimi
neurofetch --cog      # Cog (Swarm)

Set Default Logo

neurofetch --neuro-a   # Apply Neurosama as default
neurofetch --evil-a    # Apply EvilNeuro as default
neurofetch --vedal-a   # Apply Vedal as default
neurofetch --anny-a    # Apply Anny as default
neurofetch --aquwa-a   # Apply Aquwa as default
neurofetch --imp-a     # Apply Imp as default
neurofetch --camimi-a  # Apply Camimi as default
neurofetch --cog-a     # Apply Cog as default

Terminal Startup Modes

neurofetch -r         # Random mode (default)
neurofetch -n         # Sequential mode (cycles through all)

The Neuro Family

  • Neurosama - The AI VTuber herself (cyan/teal theme)
  • EvilNeuro - The chaotic twin (red theme)
  • Vedal - The creator/programmer (green theme)
  • Anny - The mama (magenta/pink theme)
  • Aquwa - Collaborator/friend (light cyan/blue theme)
  • Imp - Character (pink/magenta theme)
  • Camimi - Camila/turtle version (dark pink/blue theme)
  • Cog - The Swarm symbol (pink/cyan theme)

Configuration

Neurofetch uses a custom config at ~/.config/neurofetch/config.jsonc with:

  • Boxed sections with Unicode borders
  • Nerd Font icons for each info type
  • Hardware, Software, and Uptime sections
  • CPU/GPU usage displays

Credits

  • Base: fastfetch - The blazing-fast system information tool
  • ASCII Art: fetch-sama by c-error - All Neuro family & friends ASCII art (Neurosama, EvilNeuro, Vedal, Anny, Aquwa, Imp, Camimi, Cog) with RGB color palettes
  • Neuro-sama Community: For the inspiration and support
  • Development: Built with maximum brainrot energy ✨

License

Same as fastfetch - MIT License


For Neuro. For Evil. For Vedal. For Anny. For the Neuro-sama Community❤️.

About

A Neuro-sama themed system information tool. This fastfetch fork features Neuro-sama Ai and Family ascii Art

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.1%
  • CMake 2.9%
  • C++ 2.3%
  • Objective-C 1.7%
  • Other 1.0%