Update deploy/update to properly clean up .config folder

This commit is contained in:
2024-01-25 11:13:07 -06:00
parent c05ba0c398
commit b9984121c8
2 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
#!/bin/bash
echo "Syncing dotfiles with nvim..."
rsync --recursive ~/.config/nvim $(dirname "$0")
rsync --delete --recursive ~/.config/nvim $(dirname "$0")
echo "Syncing dotfiles with tmux..."
rsync ~/.config/tmux/tmux.conf $(dirname "$0")/tmux/tmux.conf
echo "Syncing complete!"