dotfiles/meta/base.yaml
2023-05-10 14:54:00 +02:00

28 lines
345 B
YAML

- defaults:
link:
create: true
relink: true
- shell:
- [
git submodule update --init --recursive, "Installing submodules."
]
- clean: [
'~',
'~/.config'
]
- defaults:
conditional:
isolated: False
- conditional:
if:
tty:
then:
shell:
- command: "echo oui"