updated config files
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
|
||||
- name: Install Sway stuff
|
||||
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
|
||||
executable: paru
|
||||
become: yes
|
||||
@@ -141,6 +141,7 @@
|
||||
src: //home/tobi/git/dotfiles/{{ item.src }}
|
||||
dest: /home/tobi/.config/{{ item.dest }}
|
||||
remote_src: yes
|
||||
owner: tobi:tobi
|
||||
with_items:
|
||||
- { src: 'sway_config', dest: 'sway/config' }
|
||||
- { src: 'foot.ini', dest: 'foot/foot.ini' }
|
||||
@@ -170,6 +171,14 @@
|
||||
owner: tobi
|
||||
group: tobi
|
||||
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
|
||||
reboot:
|
||||
|
||||
Reference in New Issue
Block a user