From 151885b4896416831b04969e7a4628231af810ea Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 5 May 2015 11:13:04 -0400 Subject: [PATCH] added install script --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..ad9b882 --- /dev/null +++ b/install.sh @@ -0,0 +1,5 @@ +git pull origin master; + +rsync --exclude ".git/" --exclude "install.sh" -avhE --no-perms . ~; + +source ~/.bashrc