git clone https://github.com/AppleDesignResources/SanFranciscoFont
cp -rf ~/SanFranciscoFont ~/.fonts
defaults write NSGlobalDomain NSFont SanFranciscoDisplay-Regular
defaults write NSGlobalDomain NSFontSize 14
defaults write NSGlobalDomain NSBoldFont SanFranciscoDisplay-Bold
defaults write NSGlobalDomain NSBoldFontSize 14
defaults write NSGlobalDomain NSLabelFont SanFranciscoDisplay-Regular
defaults write NSGlobalDomain NSLabelFontSize 14
defaults write NSGlobalDomain NSMenuFont SanFranciscoDisplay-Regular
defaults write NSGlobalDomain NSMenuFontSize 14
defaults write NSGlobalDomain NSMessageFont SanFranciscoDisplay-Regular
defaults write NSGlobalDomain NSMessageFontSize 14
defaults write NSGlobalDomain NSPaletteFont SanFranciscoDisplay-Bold
defaults write NSGlobalDomain NSPaletteFontSize 14
defaults write NSGlobalDomain NSTitleBarFont SanFranciscoDisplay-Bold
defaults write NSGlobalDomain NSTitleBarFontSize 14
defaults write NSGlobalDomain NSToolTipsFont SanFranciscoDisplay-Regular
defaults write NSGlobalDomain NSToolTipsFontSize 14
defaults write NSGlobalDomain NSControlContentFont SanFranciscoDisplay-Regular
defaults write NSGlobalDomain NSControlContentFontSize 14
defaults write NSGlobalDomain NSUserFont SanFranciscoDisplay-Regular
defaults write NSGlobalDomain NSUserFontSize 14
defaults write NSGlobalDomain NSUserFixedPitchFont SanFranciscoText-Regular
defaults write NSGlobalDomain NSUserFixedPitchFontSize 14
Last active
November 22, 2022 21:53
-
-
Save darkoverlordofdata/e8ef317dfeb2bbf2f348e7d62e121469 to your computer and use it in GitHub Desktop.
fix gnustep fonts
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 NSGlobalDomain GSScaleFactor 2 | |
defaults write NSGlobalDomain GSUseIconManager NO | |
defaults write NSGlobalDomain GSSuppressAppIcon YES | |
defaults write NSGlobalDomain GSTheme NarcissusRik | |
defaults write NSGlobalDomain GSTheme NesedahRik | |
defaults write NSGlobalDomain GSTheme Sombre | |
defaults write NSGlobalDomain NSMenuInterfaceStyle NSNextStepInterfaceStyle | |
defaults write NSGlobalDomain NSMenuInterfaceStyle NSMacintoshInterfaceStyle | |
defaults write NSGlobalDomain NSMenuInterfaceStyle NSWindows95InterfaceStyle | |
Install it in ~/GNUStep/Library/Themes with | |
make install GNUSTEP_INSTALLATION_DOMAIN=USER | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment