18 lines
295 B
YAML
18 lines
295 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
|
|
- clean: ['~']
|
|
|
|
- link:
|
|
~/.gitconfig: configs/git/.gitconfig
|
|
~/.ssh/config:
|
|
path: configs/ssh/config
|
|
force: true
|
|
|
|
- create:
|
|
- ~/Downloads
|
|
- ~/bin
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules] |