this repo has no description
dotfiles

Update sublime settings

+5 -44
+2 -38
sublime_user/Package Control.sublime-settings
··· 2 2 "bootstrapped": true, 3 3 "in_process_packages": 4 4 [ 5 - "A File Icon", 6 - "ApacheConf", 7 - "Dockerfile Syntax Highlighting", 8 - "EditorConfig", 9 - "GitGutter", 10 - "HexViewer", 11 - "SideBarEnhancements" 12 - "Sass", 13 - "SFTP" 14 5 ], 15 6 "installed_packages": 16 7 [ 17 - "A File Icon", 18 8 "AdvancedNewFile", 19 - "AlignTab", 20 - "ApacheConf", 21 9 "Base16 Color Schemes", 22 - "Befunge-93", 23 - "CMake", 24 - "Crystal", 25 - "Darkula Color Scheme", 26 - "Dockerfile Syntax Highlighting", 27 - "DoxyDoxygen", 28 10 "EditorConfig", 29 - "FindKeyConflicts", 30 - "GitGutter", 31 11 "Gitignore", 32 - "HexViewer", 33 - "LaTeX Snippets", 34 - "LaTeX Word Count", 35 12 "LaTeXTools", 36 - "Material Theme", 37 - "MIPS Syntax", 38 - "Moonscripty", 39 - "Oceanic Next Color Scheme", 40 13 "Package Control", 41 - "PowerShell", 42 - "Prolog", 43 - "RSpec", 44 - "Ruby Slim", 45 - "Sass", 46 - "SFTP", 47 14 "SideBarEnhancements", 48 - "Six", 49 15 "SubLilyPond", 50 16 "SyntaxManager", 51 - "Theme - Soda", 52 - "Tomorrow Color Schemes", 53 - "VCS Gutter", 54 - "Visual Studio Dark" 17 + "Theme - SoDaReloaded", 18 + "VCS Gutter" 55 19 ] 56 20 }
sublime_user/Package Control.user-ca-bundle

This is a binary file and will not be displayed.

+3 -6
sublime_user/Preferences.sublime-settings
··· 5 5 "default_line_ending": "unix", 6 6 "draw_white_space": "selection", 7 7 "ensure_newline_at_eof_on_save": true, 8 - "font_face": "Fira Code", 8 + "font_face": "Cascadia Code", 9 + "font_size": 11, 9 10 "highlight_line": true, 10 11 "highlight_modified_tabs": true, 11 12 "ignored_packages": 12 13 [ 13 - "DoxyDoxygen", 14 - "Six", 15 - "Vintage", 16 - "Visual Studio Dark" 17 14 ], 18 15 "indent_guide_options": 19 16 [ ··· 35 32 "show_encoding": true, 36 33 "show_line_endings": true, 37 34 "show_tab_close_buttons": false, 38 - "theme": "Material-Theme-Darker.sublime-theme", 35 + "theme": "SoDaReloaded Dark.sublime-theme", 39 36 "translate_tabs_to_spaces": true, 40 37 "trim_trailing_white_space_on_save": true 41 38 }