mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-22 01:41:34 -05:00
Install Rosetta
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
fc19145367
commit
3819b64d7a
@ -15,7 +15,7 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
|
||||
#Enable Safari debug menu
|
||||
defaults write com.apple.Safari IncludeInternalDebugMenu 1
|
||||
|
||||
#I nstall Brew
|
||||
#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
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
@ -26,3 +26,6 @@ brew tap homebrew/cask-versions
|
||||
brew install --cask android-platform-tools chronycontrol github gpg-suite-no-mail microsoft-edge mullvadvpn orbstack powershell visual-studio-code
|
||||
brew install gnu-sed
|
||||
echo 'PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"' | sudo tee -a /etc/zshrc
|
||||
|
||||
#Install Rosetta
|
||||
softwareupdate --install-rosetta
|
||||
|
Loading…
Reference in New Issue
Block a user