dotfiles/update.sh
2024-01-16 19:16:47 -06:00

11 lines
380 B
Bash
Executable File

#!/bin/bash
echo "Syncing dotfiles with alacritty..."
rsync --recursive ~/.config/alacritty $(dirname "$0")
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