Updated install config for dotbot

This commit is contained in:
Eric Renfro 2018-05-28 03:56:32 -04:00
parent 3c96ddcd04
commit ad9460563f
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 36 additions and 13 deletions

View File

@ -1,5 +1,15 @@
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.profile:
path: profile
create: false
relink: true
force: false
~/.zshrc:
path: zshrc
create: false
@ -15,18 +25,33 @@
create: false
relink: true
force: false
~/.vim_runtime:
path: vim_runtime
create: false
relink: true
force: false
~/.zim:
path: zimfw
path: zimfw/
create: false
relink: true
force: false
~/.profile:
path: profile
~/.vim_runtime:
path: vim_runtime/
create: false
relink: true
force: false
~/.vimrc:
path: vimrc
create: false
relink: true
force: false
~/.tmux.conf:
path: tmux/.tmux.conf
create: false
relink: true
force: false
~/.tmux.conf.local:
path: tmux.conf.local
create: false
relink: true
force: false
~/.tmux.conf.mine:
path: tmux.conf.mine
create: false
relink: true
force: false
@ -35,9 +60,7 @@
create: false
relink: false
force: false
~/bin:
path: bin/
create: true
relink: false
force: false
- shell:
- [git submodule update --init --recursive, Installing submodules]