diff --git a/README.md b/README.md index e8e9c46..ca74415 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,18 @@ cd git submodule add roles/oh-my-zsh ``` + +# How to use it in playbook +``` yaml +- hosts: localhost + become: true + roles: + - role: oh-my-zsh + template: powerlevel10k + plugins: + - zsh-syntax-highlighting + - zsh-autosuggestions + users: + - me + - root +``` \ No newline at end of file