Initialize repository with basic dotbot setup

Add dotbot setup skeleton.
This commit is contained in:
Andrew Mulbrook 2021-02-12 10:57:13 -06:00
parent abbd900088
commit 42ce0bd066
6 changed files with 149 additions and 0 deletions

13
install.conf.yaml Normal file
View file

@ -0,0 +1,13 @@
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.bashrc: bashrc
~/.vimrc: vimrc
- shell:
- [git submodule update --init --recursive, Installing submodules]