7 lines
187 B
Bash
Executable file
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'."
|
|
|