dotfiles/tasks/applications.yml
2021-09-11 23:07:27 +01:00

37 lines
614 B
YAML

- name: Install Virtualbox dependencies
aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- virtualbox-host-dkms
- name: Install general applications
aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- bleachbit
- clamtk
- filezilla
- firefox
- gimp
- ghostwriter
- gparted
- hplip
- inkscape
- kdenlive
- kodi
- libreoffice-fresh
- libreoffice-fresh-en-gb
- minecraft
- obs-studio
- slack-desktop
- steam
- thunderbird
- tor-browser
- virtualbox
- vlc
- xsane