Make install script runable
This commit is contained in:
9
install
Executable file
9
install
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
git pull origin master;
|
||||
git submodule init;
|
||||
git submodule sync;
|
||||
git submodule update;
|
||||
|
||||
cd .vim/bundle/vimproc.vim && make && cd ../../..
|
||||
|
||||
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;
|
||||
Reference in New Issue
Block a user