From 17c0968e8fb8eae0a884d05c62fbf90c8af88451 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 3 Jun 2025 21:42:23 -0400 Subject: [PATCH] feat: push json conf back --- bin/joj3-forge-convert | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index 73a2bd5..f5376b7 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -4,3 +4,7 @@ COURSE=$1 git -C /home/tt/.cache/$COURSE-config pull rsync -r --delete /home/tt/.cache/$COURSE-config/home/tt/.config/ /home/tt/.config joj3-forge convert /home/tt/.config/joj +rsync -r --delete /home/tt/.config/joj/ /home/tt/.cache/$COURSE-config/home/tt/.config/joj +git -C /home/tt/.cache/$COURSE-config add home/tt/.config/joj +git -C /home/tt/.cache/$COURSE-config commit -m "chore: joj3-forge convert" +git -C /home/tt/.cache/$COURSE-config push