2022-11-12 19:54:23 +01:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
remote_user: root
|
|
|
|
roles:
|
2022-11-20 18:55:05 +01:00
|
|
|
- role: ansible-antidote-role
|
2022-11-20 18:59:29 +01:00
|
|
|
antidote_users:
|
2022-11-20 18:55:05 +01:00
|
|
|
- username: root
|
|
|
|
antidote_plugins:
|
|
|
|
- name: zsh-users/zsh-autosuggestions
|
|
|
|
# - name: zsh-users/zsh-syntax-highlighting
|
|
|
|
- name: zdharma-continuum/fast-syntax-highlighting
|
|
|
|
kind: defer
|
|
|
|
- name: zsh-users/zsh-completions
|
|
|
|
- name: ohmyzsh/ohmyzsh
|
2022-11-20 18:59:29 +01:00
|
|
|
path: lib
|
2022-11-20 18:55:05 +01:00
|
|
|
- name: romkatv/powerlevel10k
|