[update] paths
This commit is contained in:
4
sync-to-desktop.sh
Normal file → Executable file
4
sync-to-desktop.sh
Normal file → Executable 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
4
sync-to-repo.sh
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user