From e4cc947c5f918a2fe3b8a93841955625f6f46831 Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Sat, 14 Mar 2020 16:06:47 +0100 Subject: [PATCH] Exclude config.sh when syncing --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 0847474..6938819 100755 --- a/config.sh +++ b/config.sh @@ -9,7 +9,7 @@ copy_dotfiles() rsync --exclude "dconf/" \ --exclude ".vscode/" \ --exclude ".git*" \ - --exclude "install.sh" \ + --exclude "$(basename "$0")" \ --exclude "LICENSE" \ --exclude "README.md" \ -hlav --no-perms . ~