dotfiles/meta/base.yaml
2020-03-15 15:12:02 +01:00

16 lines
198 B
YAML

- defaults:
link:
create: true
relink: true
- clean: [
'~',
'~/.config'
]
- shell:
- [
git submodule update --init --recursive, "Installing submodules."
]