15 lines
160 B
YAML
15 lines
160 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
shell:
|
|
stdin: true
|
|
stdout: true
|
|
stderr: true
|
|
|
|
- clean: [
|
|
'~',
|
|
'~/.vim',
|
|
'~/.config'
|
|
]
|