aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index fd66cd9..eee6652 100755
--- a/.osx
+++ b/.osx
@@ -21,6 +21,9 @@ sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.serve
# Set standby delay to 24 hours (default is 1 hour)
sudo pmset -a standbydelay 86400
+# Disable the sound effects on boot
+sudo nvram SystemAudioVolume=" "
+
# Menu bar: disable transparency
defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false