From 49ce904902b6f5e7eed3c5a68cf23d239676e460 Mon Sep 17 00:00:00 2001 From: TriantaTV Date: Thu, 25 Jan 2024 11:13:44 -0600 Subject: [PATCH] Fixed wrong argument in deploy --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 7cd34fa..808f346 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Syncing user with nvim..." -rsync --deploy --recursive $(dirname "$0")/nvim/ ~/.config/nvim +rsync --delete --recursive $(dirname "$0")/nvim/ ~/.config/nvim echo "Syncing user with tmux..." echo " Note: prefix + I for tmux setup"