Move install script to bin

This commit is contained in:
2015-07-16 21:27:20 -07:00
parent 728e012879
commit 573a97e262

7
bin/install.sh Executable file
View File

@@ -0,0 +1,7 @@
git pull origin master;
git submodule sync;
git submodule update;
rsync --exclude ".git/" --exclude "install.sh" --exclude ".git*" -avhE --no-perms . ~;
source ~/.bashrc