mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-12 23:56:29 +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
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user