From 947dff4a14860c8a70666e732eaf437144055c91 Mon Sep 17 00:00:00 2001 From: Phillip Date: Sat, 21 Sep 2024 00:01:04 +0100 Subject: [PATCH] Add commands for notifications and Fastmail profile --- setup.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.sh b/setup.sh index 2461db1..ff09104 100755 --- a/setup.sh +++ b/setup.sh @@ -108,5 +108,11 @@ fi rsync zshrc ~/.zshrc source ~/.zshrc +#Copy Notification preferences file into Library +cp com.apple.ncprefs.plist ~/Library/Preferences/com.apple.ncprefs.plist + +#Import mobileconfig +open Fastmail.mobileconfig + # Prompt user to reboot echo "Setup complete, please reboot." \ No newline at end of file