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

Minor setting changes

dekker.one 4689264c ccd4dd16

verified
+4 -2
+1 -1
dot_config/kitty/kitty.conf
··· 12 12 shell xonsh 13 13 14 14 # BEGIN_KITTY_THEME 15 - # Ayu Light 15 + # Catppuccin-Latte 16 16 include current-theme.conf 17 17 # END_KITTY_THEME
+3 -1
private_Library/private_Application Support/private_VSCodium/User/settings.json
··· 27 27 "workbench.colorTheme": "Catppuccin Latte", 28 28 "workbench.preferredDarkColorTheme": "Catppuccin Macchiato", 29 29 "workbench.preferredLightColorTheme": "Catppuccin Latte", 30 - "workbench.startupEditor": "none" 30 + "workbench.startupEditor": "none", 31 + "clangd.checkUpdates": true, 32 + "clangd.arguments": ["--compile-commands-dir=./build.nosync/"] 31 33 }