13 lines
274 B
YAML
13 lines
274 B
YAML
|
- clean: ['~']
|
||
|
|
||
|
- link:
|
||
|
~/.dotfiles: ''
|
||
|
~/.vim: vim/vim/
|
||
|
~/.vimrc: vim/vimrc
|
||
|
~/.gitconfig: git/gitconfig
|
||
|
~/.gitignore: git/gitignore
|
||
|
~/.tmux.conf: tmux/tmux.conf
|
||
|
|
||
|
- shell:
|
||
|
- [git submodule update --init --recursive, Installing submodules]
|