Sublime Text Build 4152

https://www.sublimetext.com/download

https://hexed.it/

  • 80 78 05 00 0F 94 C1 -> C6 40 05 01 48 85 C9

Patch

/Applications/'Sublime Text.app'/Contents/MacOS/sublime_text

Sign

codesign --force --deep --sign - /Applications/'Sublime Text.app'

Config

curl -o ~/Library/'Application Support/Sublime Text'/Packages/User/Dracula.tmTheme https://raw.githubusercontent.com/dracula/sublime/master/Dracula.tmTheme

Preferences.sublime-settings

{
    "color_scheme": "Packages/User/Dracula.tmTheme",
    "font_face": "JetBrainsMono Nerd Font",
    "font_size": 13,
    "word_wrap": false,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "match_brackets_angle": true,
    "fade_fold_buttons": false,
    "save_on_focus_lost": true,
    "translate_tabs_to_spaces": true,
    "ensure_newline_at_eof_on_save": true,
    "always_show_minimap_viewport": true,
    "draw_minimap_border": true,
    "draw_white_space": "all",
    "trim_trailing_white_space_on_save": "all",
    "caret_style": "blink",
    "rulers": [[80, "stippled"]],
    "update_check": false,
}

Reference