Skip to content

Instantly share code, notes, and snippets.

@GeorgeGkas
Last active March 4, 2018 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeorgeGkas/603c8eeea22cd286e48bd34dab53d7cc to your computer and use it in GitHub Desktop.
Save GeorgeGkas/603c8eeea22cd286e48bd34dab53d7cc to your computer and use it in GitHub Desktop.
Most Favorite Sublime Configuration Settings

Most Favorite Sublime Configuration Settings

Packages to install

Installing the above packages will get you started right away without any configuration.

I also provide my personal theme preferences I use. Check Preferences.sublime-settings file.

{
"added_words":
[
"truthy"
],
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme",
"draw_indent_guides": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
72,
80,
100,
120
],
"spell_check": false,
"tab_size": 2,
"theme": "Boxy Yesterday.sublime-theme",
"theme_accent_sky": true,
"theme_bar": true,
"theme_bar_logo_atomized": true,
"theme_bar_margin_top_md": true,
"theme_bar_shadow_hidden": true,
"theme_dirty_colored_always": true,
"theme_dirty_materialized": true,
"theme_find_panel_atomized": true,
"theme_find_panel_close_hidden": true,
"theme_find_panel_font_sm": true,
"theme_find_panel_padding_xl": true,
"theme_find_panel_size_sm": true,
"theme_font_sm": true,
"theme_icons_atomized": true,
"theme_panel_switcher_atomized": true,
"theme_scrollbar_colored": true,
"theme_scrollbar_line": true,
"theme_scrollbar_semi_overlayed": true,
"theme_sidebar_folder_atomized": true,
"theme_sidebar_icon_saturation_md": true,
"theme_sidebar_indent_top_level_disabled": true,
"theme_size_md": true,
"theme_statusbar_colored": true,
"theme_tab_font_sm": true,
"theme_tab_selected_filled": true,
"theme_tab_separator": true,
"theme_tab_size_md": true,
"theme_tab_width_auto": true,
"theme_tabset_line_visible": true,
"theme_unified": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment