Expand out install script

This commit is contained in:
Aaron Gutierrez
2018-03-03 20:00:01 +00:00
parent d5950b53d4
commit f284617249

View File

@@ -7,6 +7,8 @@ git submodule init;
git submodule sync;
git submodule update;
cd .vim/bundle/vimproc.vim && make && cd ../../..
cd .vim/bundle/vimproc.vim
make
cd ../../..
rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;