added install script

This commit is contained in:
2015-05-05 11:13:04 -04:00
parent 67c43ca961
commit 151885b489

5
install.sh Executable file
View File

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