Skip to content

dotstrap/ansible-dircolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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