Update deploy/update to properly clean up .config folder
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user