dotfiles/libs/base.yaml

13 lines
184 B
YAML
Raw Normal View History

2018-06-27 14:33:18 +00:00
- defaults:
link:
create: true
relink: true
- shell:
- ["git submodule update --init --recursive", "Installing submodules"]
- clean: [
'~',
'~/.config'
]