7 lines
175 B
Bash
Executable file
7 lines
175 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Coping configs..."
|
|
cp -r ~/Pictures/wallpaper* ~/arch-setup/files/Pictures/wallpaper
|
|
cp -r ~/.config/* ~/arch-setup/files/
|
|
echo "Finished! Now 'git add'."
|
|
|