This commit is contained in:
2022-11-02 16:51:35 -05:00
parent 49ac817785
commit bf8c229abc
4 changed files with 136 additions and 28 deletions

View File

@@ -28,7 +28,7 @@
- name: "Create a default ZSH configuration"
become_user: user
template:
src: templates/zshrc
src: files/zshrc
dest: "~/.zshrc"
owner: "user"
force: yes