17 lines
307 B
YAML
Raw Normal View History

2022-07-15 20:28:23 +01:00
---
- name: Install Godot
pacman: name=godot
2022-08-12 19:15:42 +01:00
- 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
2022-08-15 10:25:31 +01:00
- name: Install terminator
pacman: name=terminator