#!/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'."