Created
August 31, 2023 13:04
-
-
Save sidneyspe/8dfb602ad25371340f38374ea004794d to your computer and use it in GitHub Desktop.
SublimeText 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
// Settings in here override those in "Default/Preferences.sublime-settings", | |
// and are overridden in turn by syntax-specific settings. | |
{ | |
"theme": "One Dark.sublime-theme", | |
"color_scheme": "Omni.sublime-color-scheme", | |
"font_face": "JetBrainsMono Nerd Font", | |
"font_size": 16, | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"dark_theme": "Dark-Material.sublime-theme", | |
"light_theme": "One Dark.sublime-theme", | |
} |
On newer versions of Mac OS (Big Sur or above),
Run on the terminal:
ln -sf /usr/local/Cellar/[email protected]/1.1.1o/lib/libcrypto.dylib /usr/local/lib/
Based on https://github.com/wbond/package_control/issues/1612#issuecomment-1216436360 13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/nicknamedelta/sublime-text