dotfiles/install.conf.yaml

14 lines
318 B
YAML
Raw Normal View History

2015-04-28 19:45:13 +00:00
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vim: vim/vim/
~/.vimrc: vim/vimrc
~/.fonts: vim/fonts/
2015-04-28 19:45:13 +00:00
~/.gitconfig: git/gitconfig
2015-05-01 15:17:25 +00:00
~/.gitignore: git/gitignore
2015-04-28 19:45:13 +00:00
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [fc-cache -f ~/.fonts, Resetting font cache]