mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
pacaur to packer
This commit is contained in:
parent
64e0acd265
commit
286e87a338
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Install compton
|
||||
shell: creates=/usr/bin/compton pacaur -S --noconfirm compton-git
|
||||
packer: name=compton-git state=present
|
||||
|
||||
- name: Configure compton
|
||||
synchronize: src=files/ dest=~/
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Install Cursors
|
||||
shell: creates=/usr/share/icons/capitaine-cursors/ pacaur -S --noconfirm capitaine-cursors
|
||||
packer: name=capitaine-cursors state=present
|
||||
|
||||
- name: Configure Cursors
|
||||
synchronize: src=files/ dest=~/
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
- name: Install i3-wm
|
||||
shell: creates={{item.creates}} pacaur -S --noconfirm {{item.package}}
|
||||
with_items:
|
||||
- { package: 'i3-gaps', creates: '/usr/share/licenses/i3-gaps/' }
|
||||
- { package: 'i3lock', creates: '/usr/bin/i3lock' }
|
||||
packer: name={{item}} state=present
|
||||
- i3-gaps
|
||||
- i3lock
|
||||
|
||||
- name: Configure i3-wm
|
||||
synchronize: src=files/ dest=~/
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
- name: Install neofetch
|
||||
shell: creates={{item.creates}} pacaur -S --noconfirm {{item.package}}
|
||||
packer: name={{item}} state=present
|
||||
with_items:
|
||||
- { package: 'neofetch', creates: '/usr/bin/neofetch' }
|
||||
- { package: 'w3m', creates: '/usr/bin/w3m' }
|
||||
- w3m
|
||||
- neofetch
|
||||
|
||||
- name: Configure neofetch
|
||||
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
|
||||
shell: creates=/usr/bin/polybar pacaur -S --noconfirm polybar-git
|
||||
packer: name={{item}} state=present
|
||||
with_items:
|
||||
- siji-git
|
||||
- polybar-git
|
||||
|
||||
- name: Configure polybar
|
||||
synchronize: src=files/ dest=~/
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Install rofi
|
||||
shell: creates=/usr/bin/rofi pacaur -S --noconfirm rofi
|
||||
packer: name=rofi state=present
|
||||
|
||||
- name: Configure rofi
|
||||
synchronize: src=files/ dest=~/
|
||||
|
Loading…
Reference in New Issue
Block a user