Feat: Add comments
This commit is contained in:
parent
3c94f3ddf4
commit
2f7d9b6368
@ -7,6 +7,7 @@
|
|||||||
group: "{{ item.group }}"
|
group: "{{ item.group }}"
|
||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
|
|
||||||
|
# Zsh config
|
||||||
- name: Download antibody
|
- name: Download antibody
|
||||||
get_url:
|
get_url:
|
||||||
url: https://raw.githubusercontent.com/getantibody/installer/master/install
|
url: https://raw.githubusercontent.com/getantibody/installer/master/install
|
||||||
@ -51,6 +52,9 @@
|
|||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
when: prompt == 'zsh'
|
when: prompt == 'zsh'
|
||||||
|
|
||||||
|
# Fish config
|
||||||
|
|
||||||
|
# Vim config
|
||||||
- name: Copy .vim/
|
- name: Copy .vim/
|
||||||
copy:
|
copy:
|
||||||
src: files/dotfiles/vim/
|
src: files/dotfiles/vim/
|
||||||
@ -81,6 +85,7 @@
|
|||||||
group: "{{ item.group }}"
|
group: "{{ item.group }}"
|
||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
|
|
||||||
|
# Ssh config
|
||||||
- name: Creates .ssh
|
- name: Creates .ssh
|
||||||
file:
|
file:
|
||||||
path: /home/{{ item.username }}/.ssh/
|
path: /home/{{ item.username }}/.ssh/
|
||||||
@ -105,6 +110,7 @@
|
|||||||
group: "{{ item.group }}"
|
group: "{{ item.group }}"
|
||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
|
|
||||||
|
# Git config
|
||||||
- name: Copy gitconfig
|
- name: Copy gitconfig
|
||||||
template:
|
template:
|
||||||
src: files/dotfiles/gitconfig
|
src: files/dotfiles/gitconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user