[update] paths

This commit is contained in:
2025-11-04 09:38:17 +00:00
parent 66b454f880
commit 865a8f3b68
2 changed files with 6 additions and 2 deletions

4
sync-to-desktop.sh Normal file → Executable file
View File

@@ -0,0 +1,4 @@
#! /bin/bash
rsync -ap $@ ./zed ~/.config/zed
rsync -ap $@ ./sway ~/.config/sway

4
sync-to-repo.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#! /bin/bash
rsync -avp ~/.config/zed ./zed
rsync -avp ~/.config/sway ./sway
rsync -ap $@ ~/.config/zed/ ./zed
rsync -ap $@ ~/.config/sway/ ./sway