Last active
March 4, 2018 11:26
-
-
Save GeorgeGkas/603c8eeea22cd286e48bd34dab53d7cc to your computer and use it in GitHub Desktop.
Revisions
-
GeorgeGkas revised this gist
Mar 4, 2018 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,6 @@ "font_size": 12, "ignored_packages": [ "Vintage" ], "line_padding_bottom": 2, -
GeorgeGkas revised this gist
Mar 4, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ # Most Favorite Sublime Configuration Settings ## Packages to install - Theme: [**Boxy Theme**](https://packagecontrol.io/packages/Boxy%20Theme) - Syntax Highlighters: [**Babel**](https://packagecontrol.io/packages/Babel) - File Icon: [**A File Icon**](https://packagecontrol.io/packages/A%20File%20Icon) - Git Integration: [**GitGutter**](https://packagecontrol.io/packages/GitGutter) - Github Markdown Preview: [**Markdown Preview**](https://packagecontrol.io/packages/Markdown%20Preview) - SASS Syntax Highlighter: [**Sass**](https://packagecontrol.io/packages/Sass) - Eslint integration: [**SublimeLinter**](https://packagecontrol.io/packages/SublimeLinter), [**SublimeLinter-eslint**](https://packagecontrol.io/packages/SublimeLinter-eslint) Installing the above packages will get you started right away without any configuration. -
GeorgeGkas created this gist
Mar 4, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,59 @@ { "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": [ "0_package_control_loader", "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 } 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # Most Favorite Sublime Configuration Settings ## Packages to install - Theme: [**Boxy Theme**](https://packagecontrol.io/packages/Boxy%20Theme) - Syntax Highelgers: [**Babel**](https://packagecontrol.io/packages/Babel) - File Icon: [**A File Icon**](https://packagecontrol.io/packages/A%20File%20Icon) - Git Integration: [**GitGutter**](https://packagecontrol.io/packages/GitGutter) - Github Markdown Preview: [**Markdown Preview**](https://packagecontrol.io/packages/Markdown%20Preview) - SASS Syntax Highligher: [**Sass**](https://packagecontrol.io/packages/Sass) - Eslint integration: [**SublimeLinter**](https://packagecontrol.io/packages/SublimeLinter), [**SublimeLinter-eslint**](https://packagecontrol.io/packages/SublimeLinter-eslint) 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.