Created
February 21, 2022 15:02
-
-
Save xanathar/d1ad9e49af257bf8af364b56bb89dea9 to your computer and use it in GitHub Desktop.
Mac Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chflags nohidden ~/Library | |
defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false | |
defaults write com.apple.finder AppleShowAllFiles true | |
defaults write com.apple.finder QLEnableTextSelection -bool true | |
defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true | |
defaults write com.apple.DiskUtility advanced-image-options -bool true | |
defaults write com.apple.helpviewer DevMode -bool true | |
sudo nvram SystemAudioVolume=%80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment