From 7ec01997c179c24d19e7e3a5a0f937b710142f59 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 4 Nov 2019 09:52:27 -0800 Subject: [PATCH] Add comments to mac-files --- recipes/default/mac-files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/default/mac-files b/recipes/default/mac-files index 6ed6273..c9742e6 100755 --- a/recipes/default/mac-files +++ b/recipes/default/mac-files @@ -1,5 +1,6 @@ #! /bin/bash +# Download and/or link iTerm2 automatic dark mode profiles switching iterm2_scripts="$HOME/Library/Application Support/iTerm2/Scripts" if [ -d "$iterm2_scripts" ]; then if [ ! -f "$iterm2_scripts/Auto_Dark_Mode_Colors.py" ]; then @@ -9,6 +10,7 @@ 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