install package-control
get installation code
packages
- Preferences > Package Settings > Package Control > Settings – User
- Copy/Paste contents from below and save the file
- Reopen application and wait until everything is installed
{
"bootstrapped": true,
"installed_packages":
[
"A File Icon",
"AdvancedNewFile",
"ApacheConf",
"AutoFileName",
"Autoprefixer",
"Babel",
"BracketHighlighter",
"ColorPicker",
"DA UI",
"DocBlockr",
"EditorConfig",
"Emmet",
"GitGutter",
"HyperClick",
"JavaScript Completions",
"Laravel Blade Highlighter",
"Markdown Preview",
"MarkdownEditing",
"Material Theme",
"Minify",
"Package Control",
"PackageResourceViewer",
"PHP Companion",
"PHP CS Fixer",
"Sass",
"SFTP",
"SnippetMaker",
"SublimeCodeIntel",
"SublimeLinter",
"SublimeLinter-phpcs",
"Terminal",
"Vue Syntax Highlight"
]
}
preferences
- Download and install the font that you want to use (e.g. Operator Mono or Fira Code)
- Preferences > Settings (cmd ,)
- On the right pane, paste the contents from below and save the file
- Reopen application
{
"bold_folder_labels": true,
"color_scheme": "Packages/DA UI/DA Dark.tmTheme",
"copy_with_empty_selection": false,
"create_window_at_startup": false,
"drag_text": false,
"detect_indentation": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"composer",
"node_modules"
],
"font_face": "Fira Code",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_to_bracket": true,
"line_padding_bottom": 6,
"line_padding_top": 6,
"margin": 8,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"open_files_in_new_window": false,
"preview_on_click": false,
"shift_tab_unindent": true,
"show_full_path": false,
"theme": "DA.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}