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