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