Skip to content

Instantly share code, notes, and snippets.

@BernardoSilva
Last active April 25, 2018 09:03
Show Gist options
  • Save BernardoSilva/0977cad3fb842c8efa7c to your computer and use it in GitHub Desktop.
Save BernardoSilva/0977cad3fb842c8efa7c to your computer and use it in GitHub Desktop.
Sublime Text Best extensions for web developer
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"Boxy Theme",
"Boxy Theme Addon - Font Face",
"Boxy Theme Addon - Mono File Icons",
"Boxy Theme Addon - Widget Font Size",
"GitGutter",
"Markdown Preview",
"Package Control",
"Phpcs",
"Skins"
]
}
{
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme",
"draw_white_space": "all",
"ignored_packages":
[
"Boxy Theme Addon - Mono File Icons",
"Vintage"
],
"skin": "Boxy Theme/Boxy Solarized Light ★ Iowa",
"theme": "Boxy Tomorrow.sublime-theme",
"theme_accent_green": true,
"theme_bar": true,
"theme_bar_colored": true,
"theme_bar_shadow_hidden": true,
"theme_button_rounded": true,
"theme_icons_atomized": true,
"theme_quick_panel_size_md": true,
"theme_scrollbar_rounded": true,
"theme_sidebar_close_always_visible": true,
"theme_sidebar_folder_materialized": true,
"theme_sidebar_highlight_selected_text_only": true,
"theme_sidebar_highlight_text_only": true,
"theme_sidebar_indent_top_level_disabled": true,
"theme_statusbar_size_md": true,
"theme_tab_highlight_text_only": true,
"theme_tab_line_size_lg": true,
"theme_tab_selected_transparent": true,
"theme_tab_selected_underlined": true,
"theme_tab_size_lg": true,
"translate_tabs_to_spaces": true
}
@BernardoSilva
Copy link
Author

BernardoSilva commented Apr 25, 2018

Sublime text 3

Ensure Package Control is installed.

cmd + shift + p --> Install Package Control

Download and replace Package Control settings:

curl -o 'Package Control.sublime-settings' https://gist.githubusercontent.com/BernardoSilva/0977cad3fb842c8efa7c/raw/bfb852e0d27646f3be749b7af7e98b42879be506/Package%2520Control.sublime-settings && mv Package\ Control.sublime-settings ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/Package\ Control.sublime-settings

Download and replace Sublime settings:

curl -o 'Preferences.sublime-settings' https://gist.githubusercontent.com/BernardoSilva/0977cad3fb842c8efa7c/raw/bfb852e0d27646f3be749b7af7e98b42879be506/Preferences.sublime-settings%2520-%2520User && mv Preferences.sublime-settings ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/Preferences.sublime-settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment