From ae9db603d9a5444ca25f0f6292c975cf50ee64e5 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:46:50 -0700 Subject: [PATCH] [U] Update config sync list --- 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 3154066..154b225 100644 --- a/scripts/includes/config-sync.sh +++ b/scripts/includes/config-sync.sh @@ -42,8 +42,7 @@ check-inject() CFGSYNC="$SCR/../config-sync" # Sync SSH Config -alias check-ssh-config="check-config $HOME/.ssh/config $CFGSYNC/ssh-config" -check-ssh-config +check-config $HOME/.ssh/config $CFGSYNC/ssh-config # Check nanorc includes # check-inject "$HOME/.nanorc" "include $SCR/../config-sync/nanorc" @@ -59,4 +58,5 @@ check-config "$HOME/.config/kitty" "$CFGSYNC/.config/kitty" # macOS only if [[ $OSTYPE == 'darwin'* ]]; then check-config "$HOME/Library/Preferences/com.googlecode.iterm2.plist" "$CFGSYNC/macOS/com.googlecode.iterm2.plist" + check-config "$HOME/Library/Rime" "$CFGSYNC/.config/ibus/rime" fi