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