1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-09-07 18:23:30 -04:00

Compare commits

...

1 Commits

Author SHA1 Message Date
dd4ee3fef4
Disable cupsd
Signed-off-by: Tommy <contact@tommytran.io>
2024-03-30 16:37:12 -07:00
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,9 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
#Enable Safari debug menu
defaults write com.apple.Safari IncludeInternalDebugMenu 1
# Disable cupsd
sudo launchctl remove /System/Library/LaunchDaemons/org.cups.cupsd.plist
#Install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/$(USERS)/.zprofile

View File

@ -15,6 +15,9 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
# Enable Safari debug menu
defaults write com.apple.Safari IncludeInternalDebugMenu 1
# Disable cupsd
sudo launchctl remove /System/Library/LaunchDaemons/org.cups.cupsd.plist
umask 022
# Setup Edge Enterprise Policies