13 lines
318 B
YAML
13 lines
318 B
YAML
- clean: ['~']
|
|
|
|
- link:
|
|
~/.dotfiles: ''
|
|
~/.vim: vim/vim/
|
|
~/.vimrc: vim/vimrc
|
|
~/.fonts: vim/fonts/
|
|
~/.gitconfig: git/gitconfig
|
|
~/.gitignore: git/gitignore
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
- [fc-cache -f ~/.fonts, Resetting font cache]
|