mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-23 14:56:31 +00:00
Ignore general iCloud pref sync
This commit is contained in:
parent
f5b48fec1b
commit
fe4ce2f713
@ -15,10 +15,10 @@ if [ -d "$ITERM2_SCRIPTS" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Link various preferences that should be synced via iCloud
|
# # Link various preferences that should be synced via iCloud
|
||||||
ICLOUD_PREFS="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Synced Preferences"
|
# ICLOUD_PREFS="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Synced Preferences"
|
||||||
if [ -d "$ICLOUD_PREFS" ]; then
|
# if [ -d "$ICLOUD_PREFS" ]; then
|
||||||
for f in "$ICLOUD_PREFS/Home/Library/Preferences/"*.plist ; do
|
# for f in "$ICLOUD_PREFS/Home/Library/Preferences/"*.plist ; do
|
||||||
try_link "$f" "$HOME/Library/Preferences/$(basename "$f")"
|
# try_link "$f" "$HOME/Library/Preferences/$(basename "$f")"
|
||||||
done
|
# done
|
||||||
fi
|
# fi
|
||||||
|
Loading…
Reference in New Issue
Block a user