diff --git a/install.sh b/install.sh index 746bcf9..09fa0e5 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,7 @@ function dotfiles() rsync --exclude "dconf/" \ --exclude ".vscode/" \ + --exclude ".git*" \ --exclude "install.sh" \ --exclude "LICENSE" \ --exclude "README.md" \