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