dotstrap.dircolors
ansible-dircolors
配置 bash、zsh 和 fish shell 的 LS_COLORS。
安装
ansible-galaxy install dotstrap.dircolors
要求
OS X: homebrew 和最新的 Xcode 工具(用于安装 dircolors
)。
Linux: 无。
角色变量
请参见 默认变量。
依赖
OS X:
- role: [ dotstrap.coreutils ]
Linux: 无。
示例剧本
- hosts: all
roles:
- role: dotstrap.dircolors
注意事项
警告: 此角色会修改您默认的 shell 配置文件,例如 ~/.bash_profile
、~/.zshrc
或 ~/.config/fish/config.fish
。
许可证
MIT