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 . ~;