Table of Contents
Installation
Get all sources
Git
$ sudo -i
$ cd /opt/
$ git clone https://github.com/axelhahn/bash_colorfunctions.git
Using git is the prefered way to update with a simple git pull
.
Zip
If you don’t want to use git you can download a zip archive from the repository and extract it.
wget -O bash_colorfunctions.zip \
"https://github.com/axelhahn/bash_colorfunctions/archive/refs/heads/main.zip"
unzip bash_colorfunctions.zip
This creates a subdir bash_colorfunctions-main.