8000 GitHub - dfmgr/dircolors: dircolor themes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dfmgr/dircolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/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"

dircolors site

0