Skip to content

Instantly share code, notes, and snippets.

@josh64x2
Last active May 10, 2024 14:34
Show Gist options
  • Save josh64x2/117c74a759cae814321afca556dee1fb to your computer and use it in GitHub Desktop.
Save josh64x2/117c74a759cae814321afca556dee1fb to your computer and use it in GitHub Desktop.
mac notes

disable gatekeeper sudo spctl --master-disable

disable verification defaults write com.apple.LaunchServices LSQuarantine -bool NO

reset launchpad defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock

Remove OmniFocus v2 unread news defaults write com.omnigroup.OmniFocus2 OSUUnreadNews -bool false

Remove Xcode cloud prompt defaults write com.apple.dt.Xcode XcodeCloudUpsellPromptEnabled -bool false

SSH keys in keychain

eval "$(ssh-agent -s)"
ssh-add --apple-use-keychain $SSH_KEY

Stats in menus
https://github.com/exelban/stats (previously https://github.com/yujitach/MenuMeters)

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