dotfiles/meta/base.yaml

15 lines
197 B
YAML

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