This commit is contained in:
Jeff Lance 2023-05-09 22:14:20 +02:00
parent e9d386807a
commit a429b4733b

View File

@ -5,10 +5,17 @@
- shell: - shell:
- [ - [
git submodule update --init --recursive, "Installing submodules." git submodule update --init --recursive, "Installing submodules.",
] ]
- clean: [ - clean: [
'~', '~',
'~/.config' '~/.config',
] ]
- conditional:
if: 'command -v pamac'
then:
shell:
- pamac install yay