This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Documentation | |
------------- | |
AEM: https://helpx.adobe.com/support/experience-manager/6-4.html | |
API References | |
-------------- | |
https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# No sound effects on startup | |
sudo nvram SystemAudioVolume=" " | |
# Expand panel on save by default | |
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true | |
# Disable dialog on applicaton first-run | |
defaults write com.apple.LaunchServices LSQuarantine -bool false | |
# No .DS_Store files on network volumes |