Fix: force to copy .zshrc
This commit is contained in:
parent
134a156149
commit
68df1b1072
@ -36,6 +36,15 @@
|
|||||||
with_items: "{{ dotusers }}"
|
with_items: "{{ dotusers }}"
|
||||||
when: prompt == 'zsh'
|
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
|
- name: dotiles -- clone zsh syntax-hightlighting
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/zsh-users/zsh-syntax-highlighting.git
|
repo: https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
|
Loading…
Reference in New Issue
Block a user