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
+3 -1
View File
@@ -1,9 +1,11 @@
#!/bin/bash
echo "Syncing user with nvim..."
rsync --recursive $(dirname "$0")/nvim/ ~/.config/nvim
rsync --deploy --recursive $(dirname "$0")/nvim/ ~/.config/nvim
echo "Syncing user with tmux..."
echo " Note: prefix + I for tmux setup"
mkdir -p ~/tmux
rsync --recursive $(dirname "$0")/tmux/tmux.conf ~/.config/tmux/tmux.conf
echo "Syncing complete!"