exclude bin
This commit is contained in:
@@ -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 . ~;
|
||||
|
||||
Reference in New Issue
Block a user