Feat(dotfile): try antibody
This commit is contained in:
@@ -37,8 +37,23 @@
|
||||
with_items: "{{ me }}"
|
||||
when: not minimal and not server
|
||||
|
||||
- name: Install Antibody
|
||||
aur:
|
||||
name: antibody
|
||||
use: makepkg
|
||||
skip_installed: true
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
|
||||
- name: Copy local zshrc
|
||||
template:
|
||||
src: files/zshrc
|
||||
dest: /home/{{ item.username }}/.zshrc
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.username }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
- name: Copy local zshrc.local
|
||||
template:
|
||||
src: files/zshrc.local
|
||||
dest: /home/{{ item.username }}/.zshrc.local
|
||||
@@ -46,6 +61,14 @@
|
||||
group: "{{ item.username }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
- name: Copy local zsh_plugins.txt
|
||||
template:
|
||||
src: files/zsh_plugins.txt
|
||||
dest: /home/{{ item.username }}/.zsh_plugins.txt
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.username }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
- name: Copy .vim/
|
||||
copy:
|
||||
src: files/vim/
|
||||
|
Reference in New Issue
Block a user