arch-setup/sync-local-to-repo.sh
2026-03-16 13:51:16 +01:00

7 lines
187 B
Bash
Executable file

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