feat: rsync .ssh
All checks were successful
push / build (push) Successful in 2m2s

This commit is contained in:
张泊明518370910136 2025-06-25 10:17:24 -04:00
parent 6bef79f3d3
commit d0b3e91be4
GPG Key ID: CA088E6D9284F870

View File

@ -47,6 +47,7 @@ EOF
git -C "$grading_repo_path" config user.email "$git_email"
git -C "$config_repo_path" pull --rebase
rsync -a "$config_repo_path/home/tt/.ssh/" "/home/tt/.ssh"
rsync -a --delete "$config_repo_path/home/tt/.config/" "/home/tt/.config"
joj3-forge convert "/home/tt/.config/joj"
rsync -a --delete "/home/tt/.config/joj/" "$config_repo_path/home/tt/.config/joj"