An ansible role to ensure your zsh is très chic
 
 
Go to file
blallo a0af4d1d29
Make it work also with arm
2021-02-23 18:45:51 +01:00
defaults Make it work also with arm 2021-02-23 18:45:51 +01:00
files Init 2020-08-07 19:59:07 +02:00
tasks Make it work also with arm 2021-02-23 18:45:51 +01:00
templates Init 2020-08-07 19:59:07 +02:00
.gitignore Init 2020-08-07 19:59:07 +02:00
Dockerfile Init 2020-08-07 19:59:07 +02:00
Makefile Init 2020-08-07 19:59:07 +02:00
README.md Init 2020-08-07 19:59:07 +02:00
Vagrantfile Init 2020-08-07 19:59:07 +02:00
ansible.cfg Init 2020-08-07 19:59:07 +02:00
inventory Init 2020-08-07 19:59:07 +02:00
playbook.yml Init 2020-08-07 19:59:07 +02:00
test_vars.yml Init 2020-08-07 19:59:07 +02:00

README.md

Zsh chic

An ansible role to ensure your zsh is très chic

How

Feed something like this to your role

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).