An ansible role to ensure your zsh is très chic
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
blallo a0af4d1d29
Make it work also with arm
2 years ago
defaults Make it work also with arm 2 years ago
files Init 3 years ago
tasks Make it work also with arm 2 years ago
templates Init 3 years ago
.gitignore Init 3 years ago
Dockerfile Init 3 years ago
Makefile Init 3 years ago
README.md Init 3 years ago
Vagrantfile Init 3 years ago
ansible.cfg Init 3 years ago
inventory Init 3 years ago
playbook.yml Init 3 years ago
test_vars.yml Init 3 years ago

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