From 11bc4900b82f99f726fa46214ce11cb65156e85e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 22 Sep 2012 08:43:37 +0200 Subject: .osx: Allow installing user scripts via GitHub or gists --- .osx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 2a76dd4..876beff 100755 --- a/.osx +++ b/.osx @@ -465,6 +465,14 @@ defaults write com.apple.TextEdit PlainTextEncodingForWrite -int 4 defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true defaults write com.apple.DiskUtility advanced-image-options -bool true +############################################################################### +# Google Chrome & Google Chrome Canary # +############################################################################### + +# Allow installing user scripts via GitHub or gists +defaults write com.google.Chrome ExtensionInstallSources -array "https://*.github.com/*" +defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://*.github.com/*" + ############################################################################### # SizeUp.app # ############################################################################### -- cgit v1.2.3