Last active
October 29, 2018 06:35
-
-
Save shhider/d0aca71ce075923708f2967d3a41846d to your computer and use it in GitHub Desktop.
[macOS cmds you need to know] #macOS
This file contains 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
# macOS Mojave 在非 retina 屏幕字体发虚问题 | |
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO | |
# macOS 开启「允许任何来源的应用」 | |
sudo spctl --master-disable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment