diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-09-22 08:43:37 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-09-22 08:43:37 +0200 |
commit | 11bc4900b82f99f726fa46214ce11cb65156e85e (patch) | |
tree | 4cbcee83dd306678b580f2a847339d55583a3a74 | |
parent | f4309437d1b26eb8576a8ed9d46febfa7f7e4aee (diff) | |
download | dotfiles-11bc4900b82f99f726fa46214ce11cb65156e85e.tar.gz dotfiles-11bc4900b82f99f726fa46214ce11cb65156e85e.tar.bz2 dotfiles-11bc4900b82f99f726fa46214ce11cb65156e85e.zip |
.osx: Allow installing user scripts via GitHub or gists
-rwxr-xr-x | .osx | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -466,6 +466,14 @@ 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 # ############################################################################### |