The general configuration of my development environment and many other general computer things.

Update font

dekker.one 1f50bf3f a649838c

verified
+4 -4
+2 -2
dot_config/kitty/kitty.conf
··· 1 - font_family Iosevka Term Slab 1 + font_family Iosevka Term 2 2 bold_font auto 3 3 italic_font auto 4 4 bold_italic_font auto 5 5 6 6 cursor_shape underline 7 7 8 - font_size 16.0 8 + font_size 14.0 9 9 10 10 confirm_os_window_close 0 11 11
+1 -1
private_Library/private_Application Support/private_Sublime Merge/private_Packages/private_User/Preferences.sublime-settings
··· 1 1 { 2 - "font_face": "Iosevka Slab", 2 + "font_face": "Iosevka", 3 3 "font_size": 15, 4 4 "tab_size": 2, 5 5 "theme": "auto",
+1 -1
private_Library/private_Application Support/private_VSCodium/User/settings.json
··· 11 11 }, 12 12 "cmake.generator": "Ninja Multi-Config", 13 13 "cmake.installPrefix": "${workspaceFolder}/build.nosync/install", 14 - "editor.fontFamily": "'Iosevka Slab', Iosevka, Menlo, Monaco, 'Courier New', monospace", 14 + "editor.fontFamily": "Iosevka, Menlo, Monaco, 'Courier New', monospace", 15 15 "editor.fontLigatures": true, 16 16 "editor.fontSize": 14, 17 17 "editor.formatOnSave": true,