mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-08 03:41:34 -05:00
Compare commits
1 Commits
9b0e1f833b
...
dd4ee3fef4
Author | SHA1 | Date | |
---|---|---|---|
dd4ee3fef4 |
@ -15,6 +15,9 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
|
|||||||
#Enable Safari debug menu
|
#Enable Safari debug menu
|
||||||
defaults write com.apple.Safari IncludeInternalDebugMenu 1
|
defaults write com.apple.Safari IncludeInternalDebugMenu 1
|
||||||
|
|
||||||
|
# Disable cupsd
|
||||||
|
sudo launchctl remove /System/Library/LaunchDaemons/org.cups.cupsd.plist
|
||||||
|
|
||||||
#Install Brew
|
#Install Brew
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/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
|
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/$(USERS)/.zprofile
|
||||||
|
@ -15,6 +15,9 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
|
|||||||
# Enable Safari debug menu
|
# Enable Safari debug menu
|
||||||
defaults write com.apple.Safari IncludeInternalDebugMenu 1
|
defaults write com.apple.Safari IncludeInternalDebugMenu 1
|
||||||
|
|
||||||
|
# Disable cupsd
|
||||||
|
sudo launchctl remove /System/Library/LaunchDaemons/org.cups.cupsd.plist
|
||||||
|
|
||||||
umask 022
|
umask 022
|
||||||
|
|
||||||
# Setup Edge Enterprise Policies
|
# Setup Edge Enterprise Policies
|
||||||
|
Loading…
Reference in New Issue
Block a user