Cherry-pick fix for update script

This commit is contained in:
Trianta
2024-01-16 19:05:19 -06:00
parent 45f9fc2a67
commit 1cf43dcad8
3 changed files with 18 additions and 0 deletions
+2
View File
@@ -6,3 +6,5 @@ echo "Syncing dotfiles with hypr..."
rsync --recursive ~/.config/hypr $(dirname "$0")
echo "Syncing dotfiles with nvim..."
rsync --recursive ~/.config/nvim $(dirname "$0")
echo "Syncing dotfiles with tmux..."
rsync ~/.config/tmux/tmux.conf $(dirname "$0")/tmux/tmux.conf