Last active
September 24, 2018 21:51
-
-
Save mallendeo/a07ab587f304179d15e038b334681234 to your computer and use it in GitHub Desktop.
macOS fixes and useful settings
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
# 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