mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-20 10:16:11 +10:00
.osx: Allow installing user scripts via GitHub or gists
This commit is contained in:
@@ -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 #
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user