arch-setup/sync-local-to-repo.sh
2025-12-30 13:48:55 +01:00

6 lines
121 B
Bash
Executable file

#!/bin/bash
echo "Copy Hyprland configs..."
cp -r ~/.config/hypr/* ~/arch-setup/files/
echo "Finished! Now 'git add'."