dotfiles/libs/base.yaml
2018-06-27 21:07:36 +02:00

15 lines
197 B
YAML

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