Compare commits

...

5 Commits

Author SHA1 Message Date
be70506cec Add onlyoffice 2022-09-02 14:53:35 +01:00
0da0cc4119 Add legendary 2022-09-02 14:52:29 +01:00
7ea518be31 Add brave 2022-08-15 10:25:49 +01:00
be38e99af2 Add terminator 2022-08-15 10:25:31 +01:00
eccf9336e8 Add vscodium 2022-08-12 19:15:42 +01:00
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: Install brave
aur:
name: brave-bin
become_user: daniel

View File

@ -2,3 +2,15 @@
- name: Install Godot
pacman: name=godot
- name: Install VSCodium
aur:
name: vscodium-bin
become_user: daniel
- name: Fix VSCodium Sandbox
ansible.builtin.shell:
cmd: chmod u+s /bedrock/strata/arch/opt/vscodium-bin/chrome-sandbox
- name: Install terminator
pacman: name=terminator

View File

@ -0,0 +1,6 @@
---
- name: Install legendary
aur:
name: legendary
become_user: daniel

View File

@ -0,0 +1,6 @@
---
- name: Install onlyoffice
aur:
name: onlyoffice-bin
become_user: daniel