aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Suttle <kevin@kevinsuttle.com>2012-10-30 19:22:25 -0400
committerMathias Bynens <mathias@qiwi.be>2012-11-03 21:35:03 +0100
commitd4c2cc697a7fa127558156a6d09d680285a63a62 (patch)
tree33d1fcbfef4539e2a2fce4f0f3e00b362617fffb
parent10c701d522864289aeac7884375629ad8c349608 (diff)
downloaddotfiles-d4c2cc697a7fa127558156a6d09d680285a63a62.tar.gz
dotfiles-d4c2cc697a7fa127558156a6d09d680285a63a62.tar.bz2
dotfiles-d4c2cc697a7fa127558156a6d09d680285a63a62.zip
.osx: Add Mac App Store section
- Move existing command to new section - Add debug menu command Ref. #150.
-rwxr-xr-x.osx13
1 files changed, 10 insertions, 3 deletions
diff --git a/.osx b/.osx
index 2744d0f..39f6fbf 100755
--- a/.osx
+++ b/.osx
@@ -372,9 +372,6 @@ defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebK
# Add a context menu item for showing the Web Inspector in web views
defaults write NSGlobalDomain WebKitDeveloperExtras -bool true
-# Enable the WebKit Developer Tools in the Mac App Store
-defaults write com.apple.appstore WebKitDeveloperExtras -bool true
-
###############################################################################
# iTunes #
###############################################################################
@@ -466,6 +463,16 @@ defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true
defaults write com.apple.DiskUtility advanced-image-options -bool true
###############################################################################
+# Mac App Store #
+###############################################################################
+
+# Enable the WebKit Developer Tools in the Mac App Store
+defaults write com.apple.appstore WebKitDeveloperExtras -bool true
+
+# Enable Debug Menu in the Mac App Store
+defaults write com.apple.appstore ShowDebugMenu -bool true
+
+###############################################################################
# Google Chrome & Google Chrome Canary #
###############################################################################