Skip to content

Instantly share code, notes, and snippets.

View thomasmorf's full-sized avatar

Thomas Morf thomasmorf

  • Zurich, Switzerland
View GitHub Profile
@thomasmorf
thomasmorf / AEMDevResources
Last active May 12, 2022 16:54
Adobe Experience Manager Resources for Developers
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
@thomasmorf
thomasmorf / Mac OSX customization
Created October 3, 2014 12:48
Useful OSX customizations via command line
# 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
@thomasmorf
thomasmorf / McAfeeMenuExtraRemover
Created October 3, 2014 12:38
Remove McAfee menulet/menu extra in OSX
launchctl stop com.mcafee.menulet && launchctl remove com.mcafee.menulet