dotfiles/meta/base.yaml

16 lines
198 B
YAML
Raw Normal View History

2018-06-27 16:33:18 +02:00
- defaults:
link:
create: true
relink: true
2020-03-15 15:12:02 +01:00
- clean: [
'~',
'~/.config'
]
2018-06-27 16:33:18 +02:00
- shell:
2018-06-27 21:07:36 +02:00
- [
git submodule update --init --recursive, "Installing submodules."
]
2018-06-27 16:33:18 +02:00