aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinexion <abslodov@gmail.com>2013-03-10 11:19:24 +0100
committerMathias Bynens <mathias@qiwi.be>2013-03-10 11:20:04 +0100
commitc07aa5d833bec104e9a2f2d93f5c7b2dae41e8be (patch)
tree0fc7f0f9825105f5e49cd747496c720492feba73
parent38d3c6c61fbb59775e029895787afeb0a7f2c06e (diff)
downloaddotfiles-c07aa5d833bec104e9a2f2d93f5c7b2dae41e8be.tar.gz
dotfiles-c07aa5d833bec104e9a2f2d93f5c7b2dae41e8be.tar.bz2
dotfiles-c07aa5d833bec104e9a2f2d93f5c7b2dae41e8be.zip
.osx: Enable the MacBook Air SuperDrive on any Mac
Ref. #146.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index aa3ca4c..a96973b 100755
--- a/.osx
+++ b/.osx
@@ -272,6 +272,9 @@ defaults write com.apple.finder EmptyTrashSecurely -bool true
# Enable AirDrop over Ethernet and on unsupported Macs running Lion
defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true
+# Enable the MacBook Air SuperDrive on any Mac
+sudo nvram boot-args="mbasd=1"
+
# Show the ~/Library folder
chflags nohidden ~/Library