Skip to content

Instantly share code, notes, and snippets.

@sidneyspe
Created August 31, 2023 13:04
Show Gist options
  • Save sidneyspe/8dfb602ad25371340f38374ea004794d to your computer and use it in GitHub Desktop.
Save sidneyspe/8dfb602ad25371340f38374ea004794d to your computer and use it in GitHub Desktop.
SublimeText Config
// 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",
}
@sidneyspe
Copy link
Author

@sidneyspe
Copy link
Author

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