diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index aae425b..3b2de0c 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -36,6 +36,15 @@ with_items: "{{ dotusers }}" when: prompt == 'zsh' +- name: dotfiles -- Copy local zshrc + template: + src: files/dotfiles/zshenv + dest: /home/{{ item.username }}/.config/zsh/.zshrc + owner: "{{ item.username }}" + group: "{{ item.group }}" + with_items: "{{ dotusers }}" + when: prompt == 'zsh' + - name: dotiles -- clone zsh syntax-hightlighting git: repo: https://github.com/zsh-users/zsh-syntax-highlighting.git