Merge branch 'master' of github.com:aarongut/dotfiles

This commit is contained in:
2018-03-16 08:09:20 -07:00
2 changed files with 6 additions and 4678 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,15 @@
#!/bin/bash
set -e
git pull origin master;
git submodule init;
git submodule sync;
git submodule update;
cd .vim/bundle/vimproc.vim && make && cd ../../..
cd .vim/bundle/vimproc.vim
make
cd ../../..
tic -x profiles/xterm-256color-italic.terminfo
tic -x profiles/tmux-256color.terminfo