From 7c21d3e6441f7e591b4603d72a306ed092a6bc8c Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Sun, 25 Sep 2016 23:12:51 -0400 Subject: [PATCH] exclude bin --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 22b892b..90f5d20 100755 --- a/install.sh +++ b/install.sh @@ -3,5 +3,4 @@ git submodule init; git submodule sync; git submodule update; -rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" -avhE --no-perms . ~; -cp ./.gitconfig ~/.gitconfig; +rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;