[READ-ONLY] Mirror of https://github.com/plttn/dotfiles.
0

Configure Feed

Select the types of activity you want to include in your feed.

Update .config/zed/settings.json

Jack Platten (Apr 29, 2026, 4:45 PM -0700) c57f0e84 f6330bf7

+19 -3
+19 -3
private_dot_config/zed/private_settings.json
··· 7 7 // custom settings, run the `open default settings` command 8 8 // from the command palette or from `Zed` application menu. 9 9 { 10 + "theme": "Monokai Pro (CE)", 11 + "icon_theme": "Zed (Default)", 12 + "project_panel": { 13 + "dock": "left" 14 + }, 15 + "outline_panel": { 16 + "dock": "right" 17 + }, 18 + "collaboration_panel": { 19 + "dock": "right" 20 + }, 21 + "git_panel": { 22 + "dock": "left" 23 + }, 10 24 "ui_font_weight": 400.0, 11 25 "ui_font_size": 16.0, 12 26 "ui_font_family": ".ZedSans", 13 27 "edit_predictions": { 28 + "copilot": { 29 + "enable_next_edit_suggestions": true 30 + }, 14 31 "provider": "copilot", 15 32 }, 16 33 "buffer_line_height": "standard", 17 - "colorize_brackets": true, 18 34 "git": { 19 35 "inline_blame": { 20 36 "enabled": true, ··· 33 49 }, 34 50 "current_line_highlight": "all", 35 51 "cursor_blink": true, 36 - "icon_theme": "Bearded Icon Theme", 37 52 "agent": { 53 + "sidebar_side": "right", 54 + "dock": "right", 38 55 "tool_permissions": { 39 56 "default": "allow" 40 57 }, ··· 47 64 }, 48 65 }, 49 66 "base_keymap": "VSCode", 50 - "theme": "Monokai Pro (CE)", 51 67 // "ui_font_size": 14, 52 68 "buffer_font_size": 12, 53 69 "buffer_font_family": "Berkeley Mono",