From b4352af6b29141f54dec47936d5f850a3761a987 Mon Sep 17 00:00:00 2001 From: Azalea Date: Thu, 12 Jan 2023 19:46:39 -0500 Subject: [PATCH] [O] Disable config sync for now --- scripts/includes/config-sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/includes/config-sync.sh b/scripts/includes/config-sync.sh index 1a5fb9e..2f79ada 100644 --- a/scripts/includes/config-sync.sh +++ b/scripts/includes/config-sync.sh @@ -52,5 +52,5 @@ check-config "$HOME/.condarc" "$CFGSYNC/.condarc" check-config "$HOME/.java/.userPrefs/com/cburch/logisim/prefs.xml" "$CFGSYNC/.java/.userPrefs/com/cburch/logisim/prefs.xml" check-config "$HOME/.config/kitty" "$CFGSYNC/.config/kitty" -check-config "$HOME/.config/ibus/rime" "$CFGSYNC/.config/ibus/rime" -check-config "$HOME/.local/share/fcitx5/rime" "$CFGSYNC/.config/ibus/rime" \ No newline at end of file +# check-config "$HOME/.config/ibus/rime" "$CFGSYNC/.config/ibus/rime" +# check-config "$HOME/.local/share/fcitx5/rime" "$CFGSYNC/.config/ibus/rime" \ No newline at end of file