Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 1.45 KB

README.md

File metadata and controls

76 lines (55 loc) · 1.45 KB

ansible-dircolors

Build Status

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

Author Information

@mwilliammyers