Skip to content

dircolors

Jason Hempstead edited this page Aug 21, 2020 · 1 revision

dircolors

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/casjay-dotfiles/dircolors/raw/master/install.sh)"

Manual install: requires:

apt install coreutils
yum install coreutils
pacman -S coreutils
mv -fv "$HOME/.config/dircolors" "$HOME/.config/dircolors.bak"
git clone https://github.com/casjay-dotfiles/dircolors "$HOME/.config/dircolors"

dircolors site

Clone this wiki locally