vim & gitconfig

This commit is contained in:
2021-11-04 11:29:42 +01:00
parent 8c385e23a8
commit 1d5c33b85b
4 changed files with 2699 additions and 9 deletions

View File

@@ -1,7 +1,15 @@
- clean: ['~']
- defaults:
link:
create: true
relink: true
force: true
- clean: ["~"]
- link:
~/.gitconfig: gitconfig
~/.vim: vim
~/.vimrc: vimrc
- shell:
- [git submodule update --init --recursive, Installing submodules]