Configure LS_COLORS for bash, zsh & fish shells.
ansible-galaxy install dotstrap.dircolors
OS X: homebrew and the latest Xcode tools (to install dircolors
).
Linux: None.
See default variables.
OS X:
- role: [ dotstrap.coreutils ]
Linux: None.
- hosts: all
roles:
- role: dotstrap.dircolors
Warning: This role modifies your default shell configuration file, eg.
~/.bash_profile
, ~/.zshrc
or ~/.config/fish/config.fish
.
MIT