18 lines
219 B
YAML
18 lines
219 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
|
|
- clean: ["~"]
|
|
|
|
- create:
|
|
- ~/.bashrc.d
|
|
|
|
- shell:
|
|
- git submodule update --init --recursive
|
|
|
|
- link:
|
|
~/:
|
|
prefix: '.'
|
|
path: dotconf/*
|
|
glob: true
|
|
|