This commit is contained in:
Jeff Lance 2023-05-10 14:54:00 +02:00
parent 8bd7dac695
commit 443572f0e5

View File

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