Initial commit

This commit is contained in:
2025-08-01 16:24:26 -07:00
commit 37393d023a
32 changed files with 4342 additions and 0 deletions

22
.config/zed/settings.json Normal file
View File

@@ -0,0 +1,22 @@
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"icon_theme": "Material Icon Theme",
"telemetry": {
"metrics": false,
"diagnostics": false
},
"ui_font_size": 12,
"buffer_font_size": 12,
"theme": {
"mode": "system",
"light": "One Dark",
"dark": "One Dark"
}
}