added script for autocopy
This commit is contained in:
parent
56cc0596eb
commit
33907f620b
1 changed files with 6 additions and 0 deletions
6
sync-local-to-repo.sh
Executable file
6
sync-local-to-repo.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Copy Hyprland configs..."
|
||||||
|
cp -r ~/.config/hypr/* ~/arch-setup/files/
|
||||||
|
echo "Finished! Now 'git add'."
|
||||||
|
|
||||||
Loading…
Reference in a new issue