Skip to content

akicool/neofetch-random-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Neofetch Random Color Generator

A Bash script that generates smooth color gradients for Neofetch's ASCII art. Perfect for adding vibrant, random color schemes to your system information display.

image image

Features

  • Generates 6-color gradients in ANSI format
  • Smooth transitions between hues
  • Works with any ASCII distro art in Neofetch
  • Lightweight (pure Bash, no dependencies)

Installation

MacOS \ UNIX

  1. Install neofetch:

    • Using Homebrew (macOS): brew install neofetch
    • Using Nix (Linux/macOS): nix-env -i neofetch
  2. Download the script:

    • Using curl: curl -O https://raw.githubusercontent.com/akicool/neofetch-random-colors/main/neofetch-random-colors.sh

Linux

  1. Install neofetch:

    • Ubuntu/Debian: sudo apt-get install neofetch
    • Fedora/CentOS/RHEL: sudo dnf install neofetch
    • Arch Linux: sudo pacman -S neofetch
    • openSUSE: sudo zypper install neofetch
    • Other Linux distributions: Check your package manager for neofetch
  2. Download the script:

    • Using curl: curl -O https://raw.githubusercontent.com/akicool/neofetch-random-colors/main/neofetch-random-colors.sh
    • Using wget: wget https://raw.githubusercontent.com/akicool/neofetch-random-colors/main/neofetch-random-colors.sh

Windows

  1. Install neofetch:

    • Using Chocolatey: choco install neofetch
    • Using Scoop: scoop install neofetch
    • Using Winget: winget install neofetch
    • Manual download: Download the latest release from the Neofetch GitHub page
  2. Download the script:

    • Using curl: curl -O https://raw.githubusercontent.com/akicool/neofetch-random-colors/main/neofetch-random-colors.sh
    • Using PowerShell: Invoke-WebRequest -Uri https://raw.githubusercontent.com/akicool/neofetch-random-colors/main/neofetch-random-colors.sh -OutFile neofetch-random-colors.sh

Usage

Add the following script to your shell configuration file (e.g. ~/.bashrc, ~/.zshrc):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages