dotfiles/update.sh
2024-01-16 18:25:48 -06:00

7 lines
195 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")