exclude .git files on install

This commit is contained in:
2015-06-02 00:06:31 -07:00
parent 0a5efdc5aa
commit 63bf8abd2f

View File

@@ -1,5 +1,5 @@
git pull origin master;
rsync --exclude ".git/" --exclude "install.sh" -avhE --no-perms . ~;
rsync --exclude ".git/" --exclude "install.sh" --exclude ".git*" -avhE --no-perms . ~;
source ~/.bashrc