Skip to content

Commit 32979bf

Browse files
committed
Commit zed settings
Signed-off-by: Marcus Crane <marcus@utf9k.net>
1 parent 4564e1f commit 32979bf

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

dot_config/zed/settings.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
// Zed settings
2+
//
3+
// For information on how to configure Zed, see the Zed
4+
// documentation: https://zed.dev/docs/configuring-zed
5+
//
6+
// To see all of Zed's default settings without changing your
7+
// custom settings, run `zed: open default settings` from the
8+
// command palette (cmd-shift-p / ctrl-shift-p)
9+
{
10+
"proxy": "",
11+
"terminal": {
12+
"shell": {
13+
"program": "zsh"
14+
}
15+
},
16+
"collaboration_panel": {
17+
"button": false
18+
},
19+
"icon_theme": "Catppuccin Mocha",
20+
"agent": {
21+
"button": true,
22+
"dock": "right",
23+
"favorite_models": [],
24+
"model_parameters": []
25+
},
26+
"project_panel": {
27+
"dock": "left"
28+
},
29+
"title_bar": {
30+
"show_menus": false,
31+
"show_branch_name": true,
32+
"show_branch_status_icon": false
33+
},
34+
"session": {
35+
"trust_all_worktrees": true
36+
},
37+
"agent_servers": {
38+
"claude-acp": {
39+
"type": "registry"
40+
}
41+
},
42+
"ui_font_size": 16,
43+
"buffer_font_size": 15.0,
44+
"theme": {
45+
"mode": "system",
46+
"light": "One Light",
47+
"dark": "Catppuccin Macchiato",
48+
},
49+
}

0 commit comments

Comments
 (0)