Skip to content

Instantly share code, notes, and snippets.

@mimukit
Last active September 20, 2020 05:22
Show Gist options
  • Save mimukit/3cdf42f46bd5f415c7b56d961ab728c1 to your computer and use it in GitHub Desktop.
Save mimukit/3cdf42f46bd5f415c7b56d961ab728c1 to your computer and use it in GitHub Desktop.
Quick tips & hacks for macOS
  • Stop iTunes from responding to the keyboard media keys
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist 2> /dev/null
  • Disable the "Are you sure you want to open this application?" dialog
defaults write com.apple.LaunchServices LSQuarantine -bool false
  • Tell macOS to always show all files in finder
defaults write com.apple.finder AppleShowAllFiles YES
  • Disable gatekeeper
sudo spctl --master-disable

Then “Security & Privacy“ > “Allow apps downloaded from:” > “Anywhere“

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment