[U] Update config sync list
This commit is contained in:
@@ -42,8 +42,7 @@ check-inject()
|
|||||||
CFGSYNC="$SCR/../config-sync"
|
CFGSYNC="$SCR/../config-sync"
|
||||||
|
|
||||||
# Sync SSH Config
|
# Sync SSH Config
|
||||||
alias check-ssh-config="check-config $HOME/.ssh/config $CFGSYNC/ssh-config"
|
check-config $HOME/.ssh/config $CFGSYNC/ssh-config
|
||||||
check-ssh-config
|
|
||||||
|
|
||||||
# Check nanorc includes
|
# Check nanorc includes
|
||||||
# check-inject "$HOME/.nanorc" "include $SCR/../config-sync/nanorc"
|
# check-inject "$HOME/.nanorc" "include $SCR/../config-sync/nanorc"
|
||||||
@@ -59,4 +58,5 @@ check-config "$HOME/.config/kitty" "$CFGSYNC/.config/kitty"
|
|||||||
# macOS only
|
# macOS only
|
||||||
if [[ $OSTYPE == 'darwin'* ]]; then
|
if [[ $OSTYPE == 'darwin'* ]]; then
|
||||||
check-config "$HOME/Library/Preferences/com.googlecode.iterm2.plist" "$CFGSYNC/macOS/com.googlecode.iterm2.plist"
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user