From 7a2502ba70461e5b01ad6dca382d6668d35e7a8a Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 25 Sep 2024 12:50:50 -0400 Subject: [PATCH] Add icloud drive link --- install-linux.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install-linux.sh b/install-linux.sh index ac2fa5a..26d7de9 100644 --- a/install-linux.sh +++ b/install-linux.sh @@ -165,5 +165,12 @@ if [ "$(uname)" == "Darwin" ]; then cp $EWCONFIG_ROOT/configs/macos/Preferences/com.knollsoft.Rectangle.plist ~/Library/Preferences/com.knollsoft.Rectangle.plist fi +# On MacOS, if possible, link iCloud drive to ~/iCloud Drive +if [ "$(uname)" == "Darwin" ]; then + if [ -d ~/Library/Mobile\ Documents/com~apple~CloudDocs ]; then + ln -sf ~/Library/Mobile\ Documents/com~apple~CloudDocs ~/iCloud\ Drive + fi +fi + # Attempt to force a termux settings reload on Android devices termux-reload-settings || true