aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-07-31 15:18:05 +0200
committerMathias Bynens <mathias@qiwi.be>2013-07-31 15:18:05 +0200
commitc4fcf4016e686700c52d2830dabf2a459a990b87 (patch)
tree72bf8eb78b306aeef09af8d89a1f06fa05f44421
parent17de86003e3d54ece198f2bae9e87c4d6b4dc1a5 (diff)
downloaddotfiles-c4fcf4016e686700c52d2830dabf2a459a990b87.tar.gz
dotfiles-c4fcf4016e686700c52d2830dabf2a459a990b87.tar.bz2
dotfiles-c4fcf4016e686700c52d2830dabf2a459a990b87.zip
.osx: Disable the sound effects on boot
-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