dotfiles/install.conf.yaml

14 lines
315 B
YAML
Raw Normal View History

2015-10-27 21:53:04 +00:00
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vim: vim/vim/
~/.vimrc: vim/vimrc
2015-11-04 01:38:01 +00:00
~/.vimrc.bundles: vim/vimrc.bundles
2015-10-27 21:53:04 +00:00
~/.gitconfig: git/gitconfig
~/.gitignore: git/gitignore
~/.tmux.conf: tmux/tmux.conf
- shell:
- [git submodule update --init --recursive, Installing submodules]