dircolors outputs a sequence of shell commands to set up the terminal for color output
Automatic install/update:
bash -c "$(curl -LSs https://github.com/dfmgr/dircolors/raw/main/install.sh)"
Manual install:
requires:
Debian based:
apt install coreutils
Fedora Based:
yum install coreutils
Arch Based:
pacman -S coreutils
MacOS:
brew install coreutils
mv -fv "$HOME/.config/dircolors" "$HOME/.config/dircolors.bak"
git clone https://github.com/dfmgr/dircolors "$HOME/.config/dircolors"