An ansible role to ensure your zsh is très chic
 
 
Go to file
blallo 27dbb4e032
Init
2020-08-07 19:59:07 +02:00
defaults Init 2020-08-07 19:59:07 +02:00
files Init 2020-08-07 19:59:07 +02:00
tasks Init 2020-08-07 19:59:07 +02: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).