diff --git a/git/.gitconfig b/git/.gitconfig index a17becf..3f3f1c0 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -27,6 +27,7 @@ # -S: не переносить длинные строки pager = less -FRXS excludesfile = /home/ada/.gitignore_global + quotepath = false [init] # Имя основной ветки по умолчанию @@ -204,7 +205,7 @@ [credential] # Кэшировать пароли на 1 час - helper = cache --timeout=3600 + helper = "!f() { /home/ada/.vscode-server/bin/e7fb5e96c0730b9deb70b33781f98e2f35975036/node /tmp/vscode-remote-containers-95cf22a9-f690-44dc-bc97-9c63d97505e1.js git-credential-helper $*; }; f" # ═══ URL shortcuts ══════════════════════════════════════════ @@ -228,3 +229,5 @@ # ═══ Ваши дополнительные настройки ═════════════════════════ # Добавьте свои настройки ниже +[safe] + directory = /home/ada/Documents/Projects/DZR/attendance_mephi diff --git a/zed/.config/zed/settings.json b/zed/.config/zed/settings.json index 2d1acd0..f5665e3 100644 --- a/zed/.config/zed/settings.json +++ b/zed/.config/zed/settings.json @@ -1,4 +1,5 @@ { + "restore_on_startup": "launchpad", "base_keymap": "VSCode", "use_smartcase_search": true, "minimap": { @@ -23,7 +24,7 @@ "hard_tabs": false, "tab_size": 4, "session": { - "trust_all_worktrees": false + "trust_all_worktrees": true }, "edit_predictions": { "provider": "copilot" @@ -36,7 +37,7 @@ "centered_layout": { "left_padding": 0.2, }, - "redact_private_values": false, + "redact_private_values": true, "cursor_shape": "bar", "autosave": { "after_delay": { @@ -111,10 +112,11 @@ "provider": "copilot_chat", "model": "grok-code-fast-1", }, - "default_profile": "ask", + "default_profile": "write", "default_model": { + "effort": "high", "provider": "copilot_chat", - "model": "gpt-5.1-codex-max", + "model": "gpt-5.4-mini", }, "model_parameters": [], }, @@ -134,7 +136,7 @@ "icon_theme": { "mode": "system", "light": "Material Icon Theme", - "dark": "Catppuccin Frappé", + "dark": "Material Icon Theme", }, "ui_font_size": 16.0, "buffer_font_size": 14.0, @@ -143,6 +145,6 @@ "theme": { "mode": "system", "light": "Ayu Light", - "dark": "macOS Classic Dark", + "dark": "Nordfox - opaque", }, }