dotfiles/update.sh

7 lines
195 B
Bash
Raw Normal View History

2024-01-16 18:22:14 -06:00
#!/bin/bash
2024-01-16 18:25:48 -06:00
echo "Syncing dotfiles with alacritty..."
2024-01-16 18:22:14 -06:00
rsync --recursive ~/.config/alacritty $(dirname "$0")
2024-01-16 18:25:48 -06:00
echo "Syncing dotfiles with hypr..."
rsync --recursive ~/.config/hypr $(dirname "$0")