diff --git a/install.conf.yaml b/install.conf.yaml new file mode 100644 index 0000000..a7afb3e --- /dev/null +++ b/install.conf.yaml @@ -0,0 +1,20 @@ +- clean: ['~'] + +- link: + ~/.dotfiles: '' + ~/.vim: vim/vim/ + ~/.vimrc: vim/vimrc + #~/.fonts/DroidSansMonoDottedPowerline.ttf: + # create: true + # path: vim/fonts/DroidFont.ttf + ~/.gitconfig: git/gitconfig + ~/.gitignore: git/gitignore + ~/.tmux.conf: tmux/tmux.conf + +- shell: + - [git submodule update --init --recursive, Installing submodules] +<<<<<<< HEAD + # - [fc-cache -f ~/.fonts, Resetting font cache] +======= + # - [fc-cache -f ~/.fonts, Resetting font cache] +>>>>>>> e998cc17100c58876756e3f53304188cb0e22ca2