dotfiles/update.sh
2024-01-19 15:54:11 -06:00

7 lines
198 B
Bash
Executable File

#!/bin/bash
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