So I managed to fuck up my Sublime Text 3 install, and this is the reinstall. I haven’t installed Sublime since 2014, so as I go on this journey, I will post my findings here, hopefully making it possible for me to actually remember what was what the next time I need to install Sublime…
Obviously start with the key that is saved in Google Keep. Thinking about it, save this to KeePass as well.
Going for the portable version, might make backup easier…
First off, to even get any packages installed, get Package Control. This will let you install more packages easily from within Sublime.
https://packagecontrol.io/installation
Settings, will update as I find them…
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
// User/Preferences.sublime-settings { "always_show_minimap_viewport": true, "bold_folder_labels": true, "color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme", "detect_indentation": false, "drag_text": false, "draw_minimap_border": true, "enable_tab_scrolling": false, "fade_fold_buttons": false, "font_face": "Consolas", "font_options": [ "directwrite", "no_italic" ], "font_size": 10, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "Vintage" ], "indent_guide_options": [ "draw_normal", "draw_active" ], "line_padding_bottom": 0, "line_padding_top": 0, "overlay_scroll_bars": "enabled", "save_on_focus_lost": false, "scroll_past_end": true, "show_encoding": true, "show_line_endings": true, "tab_size": 4, "theme": "Boxy Tomorrow.sublime-theme", "theme_accent_lime": true, "theme_icons_materialized": true, "theme_sidebar_border": true, "theme_sidebar_file_icons_hidden": true, "theme_sidebar_folder_arrow": true, "theme_sidebar_heading_bold": true, "theme_sidebar_size_xs": true, "theme_statusbar_label_bold": true, "theme_tab_close_always_visible": true, "theme_tab_label_bold": true, "theme_tab_line_size_lg": true, "theme_tab_mouse_wheel_switch": true, "theme_tab_selected_underlined": true, "theme_tab_separator": true, "theme_tab_size_xxl": true, "translate_tabs_to_spaces": false, "trim_trailing_white_space_on_save": true, "word_wrap": "true" } |
Alignment
If you have OCDC like me…
https://packagecontrol.io/packages/AlignTab
https://packagecontrol.io/packages/Alignment
BracketHighlighter
Basically easily see where a tag starts and stops.
https://packagecontrol.io/packages/BracketHighlighter
ApacheConf.tmLanguage
For .htaccess and .conf files, but mostly for .htaccess.
https://packagecontrol.io/packages/ApacheConf.tmLanguage
SideBarEnhancements
Not really sure why I’m installing this, I rarely ever use the sidebar…
https://packagecontrol.io/packages/SideBarEnhancements
Autoprefixer
Might need this for when CSS doesn’t work in some browsers.
https://packagecontrol.io/packages/Autoprefixer
Themes and Stuff
https://packagecontrol.io/packages/Colorsublime
https://packagecontrol.io/packages/Themes%20Menu%20Switcher
https://packagecontrol.io/packages/Base16%20Color%20Schemes
https://packagecontrol.io/packages/Boxy%20Theme
BufferScroll
Scroll back to wherever you were in a file when you reopen it!
https://packagecontrol.io/packages/BufferScroll
Open URL
Quickly open any URL in a file.
https://packagecontrol.io/packages/Open%20URL
All Autocomplete
Autocomplete anything from any file open.
https://packagecontrol.io/packages/All%20Autocomplete
INI
Syntax Highlighting for INI files.
https://packagecontrol.io/packages/INI
Various for Easier Coding…
https://packagecontrol.io/packages/jQuery
https://packagecontrol.io/packages/DocBlockr
https://packagecontrol.io/packages/SublimeLinter
