updated config files
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
- name: Install Sway stuff
|
- name: Install Sway stuff
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name: sway,foot,foot-terminfo,waybar,ttf-font-awesome,sway-launcher-desktop,pipewire,pipewire-pulse,bluez,bluez-utils,firefox,archlinux-wallpaper,iwd,btop,light,wob-git,udiskie,ranger,mako,micro
|
name: sway,foot,foot-terminfo,waybar,ttf-font-awesome,sway-launcher-desktop,pipewire,pipewire-pulse,bluez,bluez-utils,firefox,archlinux-wallpaper,iwd,btop,light,wob-git,udiskie,ranger,mako,micro,man,wdisplays,swayidle swaylock-effects-git
|
||||||
state: present
|
state: present
|
||||||
executable: paru
|
executable: paru
|
||||||
become: yes
|
become: yes
|
||||||
@@ -141,6 +141,7 @@
|
|||||||
src: //home/tobi/git/dotfiles/{{ item.src }}
|
src: //home/tobi/git/dotfiles/{{ item.src }}
|
||||||
dest: /home/tobi/.config/{{ item.dest }}
|
dest: /home/tobi/.config/{{ item.dest }}
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
owner: tobi:tobi
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'sway_config', dest: 'sway/config' }
|
- { src: 'sway_config', dest: 'sway/config' }
|
||||||
- { src: 'foot.ini', dest: 'foot/foot.ini' }
|
- { src: 'foot.ini', dest: 'foot/foot.ini' }
|
||||||
@@ -170,6 +171,14 @@
|
|||||||
owner: tobi
|
owner: tobi
|
||||||
group: tobi
|
group: tobi
|
||||||
recurse: yes
|
recurse: yes
|
||||||
|
|
||||||
|
- name: Install More apps
|
||||||
|
community.general.pacman:
|
||||||
|
name: visual-studio-code-bin,cargo,python
|
||||||
|
state: present
|
||||||
|
executable: paru
|
||||||
|
become: yes
|
||||||
|
become_user: aur_builder
|
||||||
|
|
||||||
- name: reboot
|
- name: reboot
|
||||||
reboot:
|
reboot:
|
||||||
|
|||||||
Reference in New Issue
Block a user