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.
- Generates 6-color gradients in ANSI format
- Smooth transitions between hues
- Works with any ASCII distro art in Neofetch
- Lightweight (pure Bash, no dependencies)
-
Install neofetch:
- Using Homebrew (macOS):
brew install neofetch - Using Nix (Linux/macOS):
nix-env -i neofetch
- Using Homebrew (macOS):
-
Download the script:
- Using curl:
curl -O https://raw.githubusercontent.com/akicool/neofetch-random-colors/main/neofetch-random-colors.sh
- Using curl:
-
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
- Ubuntu/Debian:
-
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
- Using curl:
-
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
- Using Chocolatey:
-
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
- Using curl:
Add the following script to your shell configuration file (e.g. ~/.bashrc, ~/.zshrc):