add: .config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Melvin Ragusa
2026-02-02 14:58:13 +01:00
parent 2bfdc582b0
commit d3d7242351
1121 changed files with 617892 additions and 844 deletions

View File

@@ -0,0 +1 @@
yes

25
.config/zed/mimeapps.list Normal file
View File

@@ -0,0 +1,25 @@
[Default Applications]
x-scheme-handler/http=userapp-Zen-3R3OK3.desktop
x-scheme-handler/https=userapp-Zen-3R3OK3.desktop
x-scheme-handler/chrome=userapp-Zen-3R3OK3.desktop
text/html=userapp-Zen-3R3OK3.desktop
application/x-extension-htm=userapp-Zen-3R3OK3.desktop
application/x-extension-html=userapp-Zen-3R3OK3.desktop
application/x-extension-shtml=userapp-Zen-3R3OK3.desktop
application/xhtml+xml=userapp-Zen-3R3OK3.desktop
application/x-extension-xhtml=userapp-Zen-3R3OK3.desktop
application/x-extension-xht=userapp-Zen-3R3OK3.desktop
x-scheme-handler/about=chromium-browser.desktop
x-scheme-handler/unknown=chromium-browser.desktop
[Added Associations]
x-scheme-handler/http=userapp-Zen-3R3OK3.desktop;zen-beta.desktop;firefox.desktop;
x-scheme-handler/https=userapp-Zen-3R3OK3.desktop;zen-beta.desktop;firefox.desktop;
x-scheme-handler/chrome=userapp-Zen-3R3OK3.desktop;zen-beta.desktop;firefox.desktop;
text/html=firefox.desktop;zen-beta.desktop;userapp-Zen-3R3OK3.desktop;
application/x-extension-htm=firefox.desktop;zen-beta.desktop;userapp-Zen-3R3OK3.desktop;
application/x-extension-html=firefox.desktop;zen-beta.desktop;userapp-Zen-3R3OK3.desktop;
application/x-extension-shtml=firefox.desktop;zen-beta.desktop;userapp-Zen-3R3OK3.desktop;
application/xhtml+xml=firefox.desktop;zen-beta.desktop;userapp-Zen-3R3OK3.desktop;
application/x-extension-xhtml=firefox.desktop;zen-beta.desktop;userapp-Zen-3R3OK3.desktop;
application/x-extension-xht=firefox.desktop;zen-beta.desktop;userapp-Zen-3R3OK3.desktop;

42
.config/zed/monitors.xml Normal file
View File

@@ -0,0 +1,42 @@
<monitors version="2">
<configuration>
<layoutmode>physical</layoutmode>
<logicalmonitor>
<x>1920</x>
<y>0</y>
<scale>1</scale>
<primary>yes</primary>
<monitor>
<monitorspec>
<connector>DP-2</connector>
<vendor>AOC</vendor>
<product>24G1WG4</product>
<serial>0x000149e9</serial>
</monitorspec>
<mode>
<width>1920</width>
<height>1080</height>
<rate>144.001</rate>
</mode>
</monitor>
</logicalmonitor>
<logicalmonitor>
<x>0</x>
<y>0</y>
<scale>1</scale>
<monitor>
<monitorspec>
<connector>HDMI-1</connector>
<vendor>GSM</vendor>
<product>E2260</product>
<serial>105LTZL13149</serial>
</monitorspec>
<mode>
<width>1920</width>
<height>1080</height>
<rate>60.000</rate>
</mode>
</monitor>
</logicalmonitor>
</configuration>
</monitors>

42
.config/zed/monitors.xml~ Normal file
View File

@@ -0,0 +1,42 @@
<monitors version="2">
<configuration>
<layoutmode>physical</layoutmode>
<logicalmonitor>
<x>1920</x>
<y>0</y>
<scale>1</scale>
<monitor>
<monitorspec>
<connector>HDMI-1</connector>
<vendor>GSM</vendor>
<product>E2260</product>
<serial>105LTZL13149</serial>
</monitorspec>
<mode>
<width>1920</width>
<height>1080</height>
<rate>60.000</rate>
</mode>
</monitor>
</logicalmonitor>
<logicalmonitor>
<x>0</x>
<y>0</y>
<scale>1</scale>
<primary>yes</primary>
<monitor>
<monitorspec>
<connector>DP-2</connector>
<vendor>AOC</vendor>
<product>24G1WG4</product>
<serial>0x000149e9</serial>
</monitorspec>
<mode>
<width>1920</width>
<height>1080</height>
<rate>144.001</rate>
</mode>
</monitor>
</logicalmonitor>
</configuration>
</monitors>

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

@@ -0,0 +1,49 @@
// 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)
{
"context_servers": {
"mcp-server-sequential-thinking": {
"enabled": true,
"remote": false,
"settings": {}
},
"mcp-server-context7": {
"enabled": true,
"remote": false,
"settings": {}
}
},
"agent": {
"default_profile": "write",
"default_model": {
"provider": "copilot_chat",
"model": "gpt-5.2-codex"
},
"favorite_models": [],
"model_parameters": []
},
"agent_servers": {
"opencode": {
"type": "registry"
}
},
"session": {
"trust_all_worktrees": true
},
"base_keymap": "VSCode",
"buffer_font_family": "JetBrainsMono Nerd Font",
"icon_theme": "Zed (Default)",
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "Noctalia Dark",
},
}

View File

@@ -0,0 +1,15 @@
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

View File

@@ -0,0 +1 @@
en_US