#!/bin/bash echo "Syncing user with dunst..." rsync --delete --recursive $(dirname "$0")/dunst/ ~/.config/dunst echo "Syncing user with hypr..." rsync --delete --recursive $(dirname "$0")/hypr/ ~/.config/hypr echo "Syncing user with rofi..." rsync --delete --recursive $(dirname "$0")/rofi/ ~/.config/rofi echo "Syncing user with waybar..." rsync --delete --recursive $(dirname "$0")/waybar/ ~/.config/waybar echo "Syncing complete!"