From 6f98c27d42d9f3c5a475d792c82f732f345ceb6e Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 16 Jul 2015 21:32:41 -0700 Subject: [PATCH] undo install move --- bin/install.sh | 7 ------- install.sh | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100755 bin/install.sh create mode 100755 install.sh diff --git a/bin/install.sh b/bin/install.sh deleted file mode 100755 index f86f2fe..0000000 --- a/bin/install.sh +++ /dev/null @@ -1,7 +0,0 @@ -git pull origin master; -git submodule sync; -git submodule update; - -rsync --exclude ".git/" --exclude ".git*" -avhE --no-perms . ~; - -source ~/.bashrc diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..34ea8d8 --- /dev/null +++ b/install.sh @@ -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