dotfiles/tasks/applications.yml
Jake Howard eaf8a85060
Install english version of tor browser
`tor-browser` defaults to `en-us`, but i'd rather use a more popular
package
2019-05-25 18:04:08 +01:00

52 lines
1.0 KiB
YAML

- name: "Install Virtualbox dependencies"
aur:
skip_installed: true
name: "{{ item }}"
become: true
become_user: aur_builder
when: "item not in installed_packages.stdout_lines"
with_items:
- 'virtualbox-host-modules-arch'
- 'virtualbox-guest-modules-arch'
- name: "Install general applications"
aur:
skip_installed: true
name: "{{ item }}"
become: true
become_user: aur_builder
when: "item not in installed_packages.stdout_lines"
with_items:
- 'bleachbit'
- 'brave-bin'
- 'caprine'
- 'clamtk'
- 'corebird'
- 'etcher'
- 'filezilla'
- 'firefox'
- 'gimp'
- 'ghostwriter'
- 'glogg'
- 'google-earth-pro'
- 'gparted'
- 'hplip'
- 'inkscape'
- 'kdenlive'
- 'kodi'
- 'minecraft'
- 'minetime'
- 'obs-studio'
- 'onlyoffice-bin'
- 'slack-desktop'
- 'steam'
- 'thunderbird'
- 'tor-browser-en'
- 'virtualbox'
- 'vivaldi'
- 'vlc'
- 'whatsie'
- 'wps-office'
- 'wps-office-extension-english-uk-dictionary'
- 'xsane'