dotfiles/install.conf.yaml
2015-05-01 11:17:25 -04:00

11 lines
240 B
YAML

- clean: ['~']
- link:
~/.dotfiles: ''
~/.vim: vim/vim/
~/.vimrc: vim/vimrc
~/.gitconfig: git/gitconfig
~/.gitignore: git/gitignore
- shell:
- [git submodule update --init --recursive, Installing submodules]