dotfiles/install.conf.yaml

14 lines
313 B
YAML
Raw Normal View History

2015-10-27 21:53:04 +00:00
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vim: vim/vim/
~/.vimrc: vim/vimrc
~/.vimrc.bundle: vim/vimrc.bundle
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]