dotfiles/install.conf.yaml

16 lines
248 B
YAML
Raw Normal View History

2021-11-04 11:29:42 +01:00
- defaults:
link:
create: true
relink: true
force: true
- clean: ["~"]
2021-11-04 11:15:32 +01:00
- link:
~/.gitconfig: gitconfig
2021-11-04 11:29:42 +01:00
~/.vim: vim
2021-11-04 11:15:32 +01:00
~/.vimrc: vimrc
2021-11-04 11:29:42 +01:00
- shell:
- [git submodule update --init --recursive, Installing submodules]