dotfiles/libs/base.yaml
2018-06-27 16:33:18 +02:00

13 lines
184 B
YAML

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