Compare commits
2 Commits
ff4942cb1b
...
34c984f6f8
Author | SHA1 | Date | |
---|---|---|---|
34c984f6f8 | |||
cfb7f8b9b4 |
@ -24,12 +24,12 @@
|
||||
- name: Add source to .zshrc
|
||||
lineinfile:
|
||||
path: "{{ rc_files_user_path }}/.zshrc"
|
||||
line: "source .ansible_zshrc"
|
||||
line: "{{ item }}"
|
||||
create: yes
|
||||
mode: 'u=rw,go=r'
|
||||
loop:
|
||||
- "source .antigenrc"
|
||||
- "source .ansible_zshrc"
|
||||
- "source ~/.antigenrc"
|
||||
- "source ~/.ansible_zshrc"
|
||||
|
||||
- name: Install .p10k.zsh
|
||||
ansible.builtin.copy:
|
||||
|
Loading…
Reference in New Issue
Block a user