2018-09-10 08:53:04 +01:00
|
|
|
- copy:
|
|
|
|
src: ./files/libinput-gestures.conf
|
|
|
|
dest: /etc/libinput-gestures.conf
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
|
|
|
|
|
|
|
- copy:
|
|
|
|
src: ./files/terminator.conf
|
|
|
|
dest: /home/jake/.config/terminator/config
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
|
|
|
|
|
|
|
- copy:
|
|
|
|
src: ./files/uniemoji.json
|
|
|
|
dest: /home/jake/.config/uniemoji/custom.json
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
|
|
|
|
|
|
|
- copy:
|
|
|
|
src: ./files/assh.yml
|
|
|
|
dest: /home/jake/.ssh/assh.yml
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
|
|
|
|
|
|
|
- copy:
|
|
|
|
src: ./files/gitignore_global
|
|
|
|
dest: /home/jake/.config/.gitignore
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
|
|
|
|
|
|
|
- template:
|
|
|
|
src: ./files/gitconfig.conf
|
|
|
|
dest: /home/jake/.gitconfig
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
|
|
|
group: users
|
|
|
|
|
|
|
|
- copy:
|
|
|
|
src: ./files/rofi.conf
|
|
|
|
dest: /home/jake/.config/rofi/config
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
|
|
|
|
|
|
|
- copy:
|
|
|
|
src: ./files/touchpad.conf
|
|
|
|
dest: /usr/share/X11/xorg.conf.d/30-touchpad.conf
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
|
|
|
|
|
|
|
- copy:
|
|
|
|
src: ./files/caret-preferences.md
|
|
|
|
dest: /home/jake/.config/Caret/Preferences.md
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
|
|
|
|
|
|
|
- copy:
|
|
|
|
src: ./files/alacritty.yml
|
|
|
|
dest: /home/jake/.config/alacritty/alacritty.yml
|
|
|
|
mode: 0644
|
|
|
|
owner: jake
|
2018-09-10 20:40:39 +01:00
|
|
|
|
|
|
|
- name: Tilix config
|
|
|
|
shell: "dconf load /etc/gexperts/Tilix/"
|
|
|
|
args:
|
|
|
|
stdin: "{{ lookup('file', './files/tilix.conf') }}"
|
|
|
|
become: jake
|