undo install move

This commit is contained in:
2015-07-16 21:32:41 -07:00
parent fc78c6176f
commit 6f98c27d42
2 changed files with 7 additions and 7 deletions

View File

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

7
install.sh Executable file
View File

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