1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

pacaur to packer

This commit is contained in:
eoli3n 2017-12-19 00:06:35 +01:00
parent 64e0acd265
commit 286e87a338
6 changed files with 13 additions and 14 deletions

@ -1,6 +1,6 @@
--- ---
- name: Install compton - name: Install compton
shell: creates=/usr/bin/compton pacaur -S --noconfirm compton-git packer: name=compton-git state=present
- name: Configure compton - name: Configure compton
synchronize: src=files/ dest=~/ synchronize: src=files/ dest=~/

@ -1,6 +1,6 @@
--- ---
- name: Install Cursors - name: Install Cursors
shell: creates=/usr/share/icons/capitaine-cursors/ pacaur -S --noconfirm capitaine-cursors packer: name=capitaine-cursors state=present
- name: Configure Cursors - name: Configure Cursors
synchronize: src=files/ dest=~/ synchronize: src=files/ dest=~/

@ -1,9 +1,8 @@
--- ---
- name: Install i3-wm - name: Install i3-wm
shell: creates={{item.creates}} pacaur -S --noconfirm {{item.package}} packer: name={{item}} state=present
with_items: - i3-gaps
- { package: 'i3-gaps', creates: '/usr/share/licenses/i3-gaps/' } - i3lock
- { package: 'i3lock', creates: '/usr/bin/i3lock' }
- name: Configure i3-wm - name: Configure i3-wm
synchronize: src=files/ dest=~/ synchronize: src=files/ dest=~/

@ -1,9 +1,9 @@
--- ---
- name: Install neofetch - name: Install neofetch
shell: creates={{item.creates}} pacaur -S --noconfirm {{item.package}} packer: name={{item}} state=present
with_items: with_items:
- { package: 'neofetch', creates: '/usr/bin/neofetch' } - w3m
- { package: 'w3m', creates: '/usr/bin/w3m' } - neofetch
- name: Configure neofetch - name: Configure neofetch
synchronize: src=files/ dest=~/ synchronize: src=files/ dest=~/

@ -1,9 +1,9 @@
--- ---
- name: Instal polyba dep siji font
shell: creates=/usr/share/fonts/misc/siji.pcf pacaur -S --noconfirm siji-git
- name: Install polybar - name: Install polybar
shell: creates=/usr/bin/polybar pacaur -S --noconfirm polybar-git packer: name={{item}} state=present
with_items:
- siji-git
- polybar-git
- name: Configure polybar - name: Configure polybar
synchronize: src=files/ dest=~/ synchronize: src=files/ dest=~/

@ -1,6 +1,6 @@
--- ---
- name: Install rofi - name: Install rofi
shell: creates=/usr/bin/rofi pacaur -S --noconfirm rofi packer: name=rofi state=present
- name: Configure rofi - name: Configure rofi
synchronize: src=files/ dest=~/ synchronize: src=files/ dest=~/