From 43edfc273a63651af450e0f90dece3f4a2bc152d Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 1 Jun 2025 10:01:11 -0400 Subject: [PATCH] feat: rsync whole .config --- bin/joj3-forge-convert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index 5be523e..fee0a8c 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -2,5 +2,5 @@ set -e COURSE=$1 git -C /home/tt/.cache/$COURSE-config pull -rsync -r /home/tt/.cache/$COURSE-config/home/tt/.config/joj /home/tt/.config/joj +rsync -r /home/tt/.cache/$COURSE-config/home/tt/.config /home/tt/.config joj3-forge convert /home/tt/.config/joj