Ignore general iCloud pref sync

This commit is contained in:
ViViDboarder 2023-03-08 15:01:23 -08:00
parent f5b48fec1b
commit fe4ce2f713
1 changed files with 7 additions and 7 deletions

View File

@ -15,10 +15,10 @@ if [ -d "$ITERM2_SCRIPTS" ]; then
fi
fi
# Link various preferences that should be synced via iCloud
ICLOUD_PREFS="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Synced Preferences"
if [ -d "$ICLOUD_PREFS" ]; then
for f in "$ICLOUD_PREFS/Home/Library/Preferences/"*.plist ; do
try_link "$f" "$HOME/Library/Preferences/$(basename "$f")"
done
fi
# # Link various preferences that should be synced via iCloud
# ICLOUD_PREFS="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Synced Preferences"
# if [ -d "$ICLOUD_PREFS" ]; then
# for f in "$ICLOUD_PREFS/Home/Library/Preferences/"*.plist ; do
# try_link "$f" "$HOME/Library/Preferences/$(basename "$f")"
# done
# fi