Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
97d4a0055a
@ -9,8 +9,8 @@
|
||||
|
||||
# Zsh config
|
||||
- name: dotfiles -- Download antibody
|
||||
get_url:
|
||||
url: https://raw.githubusercontent.com/getantibody/installer/master/install
|
||||
get_url:
|
||||
url: https://raw.githubusercontent.com/getantibody/installer/master/install
|
||||
dest: /tmp/antibody.sh
|
||||
mode: 0770
|
||||
when: prompt == "zsh"
|
||||
@ -116,19 +116,12 @@
|
||||
- name: dotfiles -- Copy nvim config
|
||||
copy:
|
||||
src: files/dotfiles/nvim
|
||||
dest: /home/{{ item.username }}/.config/nvim
|
||||
dest: /home/{{ item.username }}/.config
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ me }}"
|
||||
when: editor == 'nvim'
|
||||
|
||||
- name: dotfiles -- Creates nvim/autoload/
|
||||
file:
|
||||
path: /home/{{ item.username }}/.config/nvim/autoload/
|
||||
state: directory
|
||||
with_items: "{{ me }}"
|
||||
when: editor == 'nvim'
|
||||
|
||||
- name: dotfiles -- Download plug.vim for nvim
|
||||
get_url:
|
||||
url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
@ -142,7 +135,7 @@
|
||||
- name: dotfiles -- Copy alacritty config
|
||||
copy:
|
||||
src: files/dotfiles/alacritty
|
||||
dest: /home/{{ item.username }}/.config/alacritty
|
||||
dest: /home/{{ item.username }}/.config
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.group }}"
|
||||
with_items: "{{ me }}"
|
||||
|
@ -22,3 +22,4 @@ autofs:
|
||||
|
||||
music_dir: /media/documents/musique/
|
||||
|
||||
is_pacman_cache_server: True
|
||||
|
Loading…
Reference in New Issue
Block a user