Skip to content

Instantly share code, notes, and snippets.

@tom-code
Last active January 19, 2020 21:01
Show Gist options
  • Select an option

  • Save tom-code/0085ad531fab114f557cde6a2f459a31 to your computer and use it in GitHub Desktop.

Select an option

Save tom-code/0085ad531fab114f557cde6a2f459a31 to your computer and use it in GitHub Desktop.
Mac config
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