Last active
January 19, 2020 21:01
-
-
Save tom-code/0085ad531fab114f557cde6a2f459a31 to your computer and use it in GitHub Desktop.
Mac config
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
| defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO | |
| defaults write com.microsoft.VSCode.helper CGFontRenderingFontSmoothingDisabled 0 | |
| defaults -currentHost write -globalDomain AppleFontSmoothing -int 2 | |
| defaults write ~/Library/Preferences/.GlobalPreferences com.apple.swipescrolldirection -bool false | |
| defaults write bluetoothaudiod "Enable AptX codec" -bool true | |
| defaults write bluetoothaudiod "Enable AAC codec" -bool true | |
| defaults write com.apple.Preview PVPDFAntiAliasOption 0 | |
| sudo log config --mode "persist:off" --subsystem com.apple.bluetooth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment