mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
13 lines
184 B
YAML
13 lines
184 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
|
|
- shell:
|
|
- ["git submodule update --init --recursive", "Installing submodules"]
|
|
|
|
- clean: [
|
|
'~',
|
|
'~/.config'
|
|
]
|