Add commands for notifications and Fastmail profile

This commit is contained in:
Phillip 2024-09-21 00:01:04 +01:00
parent f64b5b7229
commit 947dff4a14

View File

@ -108,5 +108,11 @@ fi
rsync zshrc ~/.zshrc rsync zshrc ~/.zshrc
source ~/.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 # Prompt user to reboot
echo "Setup complete, please reboot." echo "Setup complete, please reboot."