2018-06-27 16:33:18 +02:00
|
|
|
- defaults:
|
|
|
|
link:
|
|
|
|
create: true
|
|
|
|
relink: true
|
|
|
|
|
|
|
|
- shell:
|
2018-06-27 21:07:36 +02:00
|
|
|
- [
|
2023-05-10 14:54:00 +02:00
|
|
|
git submodule update --init --recursive, "Installing submodules."
|
2018-06-27 21:07:36 +02:00
|
|
|
]
|
2018-06-27 16:33:18 +02:00
|
|
|
|
2020-08-09 16:38:39 +02:00
|
|
|
- clean: [
|
|
|
|
'~',
|
2023-05-10 14:54:00 +02:00
|
|
|
'~/.config'
|
2020-08-09 16:38:39 +02:00
|
|
|
]
|
2023-05-09 22:14:20 +02:00
|
|
|
|
2023-05-10 14:54:00 +02:00
|
|
|
|
|
|
|
- defaults:
|
|
|
|
conditional:
|
|
|
|
isolated: False
|
|
|
|
|
2023-05-09 22:14:20 +02:00
|
|
|
- conditional:
|
2023-05-10 14:54:00 +02:00
|
|
|
if:
|
|
|
|
tty:
|
2023-05-09 22:14:20 +02:00
|
|
|
then:
|
|
|
|
shell:
|
2023-05-10 14:54:00 +02:00
|
|
|
- command: "echo oui"
|
2023-05-09 22:14:20 +02:00
|
|
|
|