ansible-zsh-chic/README.md

30 lines
516 B
Markdown
Raw Permalink Normal View History

2020-08-07 19:59:07 +02:00
# Zsh chic
An ansible role to ensure your zsh is très chic
### How
Feed something like this to your role
```yml
zsh_chic:
users:
- username: root
home: /root
group: root
antibody: true
- username: qui
home: /home/qui
group: qui
starship: true
- username: quo
home: /home/quo
group: quo
antibody: true
- username: qua
home: /home/qua
group: qua
```
**WARNING**: this role is suited only for debian (buster and maybe bullseye).