Skip to content

Instantly share code, notes, and snippets.

@mallendeo
Last active September 24, 2018 21:51
Show Gist options
  • Save mallendeo/a07ab587f304179d15e038b334681234 to your computer and use it in GitHub Desktop.
Save mallendeo/a07ab587f304179d15e038b334681234 to your computer and use it in GitHub Desktop.
macOS fixes and useful settings
# Disable Chrome's auto sign-in
defaults write com.google.Chrome RestrictSigninToPattern -string ".*@example.com"
# Font smoothing on VSCode (macOS Mojave)
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment