Merge branch 'master' of github.com:aarongut/dotfiles
This commit is contained in:
File diff suppressed because it is too large
Load Diff
7
install
7
install
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user