1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-23 07:21:58 +01:00
eoli3n-dotfiles/roles/i3-wm/tasks/main.yml
2017-12-19 20:09:39 +01:00

18 lines
424 B
YAML

---
- name: Install i3-wm
packer: name={{item}} state=present
with_items:
- i3-gaps
- i3lock
- name: Clone i3lock-fancy-multimonitor
git:
repo: https://github.com/guimeira/i3lock-fancy-multimonitor
dest: ~/.i3/i3lock-fancy-multimonitor
- name: Configure xinitrc
copy: src=files/.xinitrc dest=~/.xinitrc backup=yes
- name: Template config file
template: src=templates/config.j2 dest=~/.i3/config