Compare commits
No commits in common. "34c984f6f8195052178123e0882f7ae75ad01d80" and "ff4942cb1b4c6cc7c375c52b3d0cb24e0faa10b7" have entirely different histories.
34c984f6f8
...
ff4942cb1b
@ -24,12 +24,12 @@
|
|||||||
- name: Add source to .zshrc
|
- name: Add source to .zshrc
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: "{{ rc_files_user_path }}/.zshrc"
|
path: "{{ rc_files_user_path }}/.zshrc"
|
||||||
line: "{{ item }}"
|
line: "source .ansible_zshrc"
|
||||||
create: yes
|
create: yes
|
||||||
mode: 'u=rw,go=r'
|
mode: 'u=rw,go=r'
|
||||||
loop:
|
loop:
|
||||||
- "source ~/.antigenrc"
|
- "source .antigenrc"
|
||||||
- "source ~/.ansible_zshrc"
|
- "source .ansible_zshrc"
|
||||||
|
|
||||||
- name: Install .p10k.zsh
|
- name: Install .p10k.zsh
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user