Initialize repository with basic dotbot setup
Add dotbot setup skeleton.
This commit is contained in:
parent
abbd900088
commit
42ce0bd066
6 changed files with 149 additions and 0 deletions
13
install.conf.yaml
Normal file
13
install.conf.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
- defaults:
|
||||
link:
|
||||
relink: true
|
||||
|
||||
- clean: ['~']
|
||||
|
||||
- link:
|
||||
~/.bashrc: bashrc
|
||||
~/.vimrc: vimrc
|
||||
|
||||
- shell:
|
||||
- [git submodule update --init --recursive, Installing submodules]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue