Files
dotfiles/install.conf.yaml
T
2016-10-20 13:33:25 -05:00

20 lines
401 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vim: vim
~/.vimrc: vimrc
~/.vimrc_vundle: vimrc_vundle
~/.zpreztorc: zpreztorc
~/.zshrc: zshrc
~/.bash_profile: bash_profile
~/.bash_prompt: bash_prompt
~/.git-completion.bash: git-completion.bash
- shell:
- [git submodule update --init --recursive, Installing submodules]