22 lines
460 B
YAML
22 lines
460 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
|
|
- clean: ['~']
|
|
|
|
- link:
|
|
~/.dotfiles: ''
|
|
~/.vim: vim
|
|
~/.vimrc: vimrc
|
|
~/.vimrc_vundle: vimrc_vundle
|
|
~/.zpreztorc: zpreztorc
|
|
~/.zshrc: zshrc
|
|
~/.zprezto: prezto
|
|
~/.bash_profile: bash_profile
|
|
~/.bash_prompt: bash_prompt
|
|
~/.git_prompt.sh: git_prompt.sh
|
|
~/.git-completion.bash: git-completion.bash
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|