From eb4a8133dd5844bd207d05cd3558ea7332e996f3 Mon Sep 17 00:00:00 2001 From: oxypomme Date: Tue, 16 Jun 2026 09:30:57 +0200 Subject: [PATCH] feat: added vicinae and profile --- .config/vicinae/settings.json | 174 ++++++++++++++++++ .profile | 2 + .var/app/dev.zed.Zed/config/zed/settings.json | 10 +- .zshenv | 3 + 4 files changed, 186 insertions(+), 3 deletions(-) create mode 100644 .config/vicinae/settings.json create mode 100644 .profile diff --git a/.config/vicinae/settings.json b/.config/vicinae/settings.json new file mode 100644 index 0000000..040a62b --- /dev/null +++ b/.config/vicinae/settings.json @@ -0,0 +1,174 @@ +// This configuration is merged with the default vicinae configuration file, which you can obtain by running the `vicinae config default` command. +// Every item defined in this file takes precedence over the values defined in the default config or any other imported file. +// +// You can make manual edits to this file, however you should keep in mind that this file may be written to by vicinae when a configuration change is made through the GUI. +// When that happens, any custom comments or formatting will be lost. +// +// If you want to maintain a configuration file with your own comments and formatting, you should create a separate file and add it to the 'imports' array. +// +// Learn more about configuration at https://docs.vicinae.com/config + +{ + "$schema": "https://vicinae.com/schemas/config.json", + "theme": { + "dark": { + "name": "nord" + } + }, + "favorites": [ + "applications:org.mozilla.thunderbird", + "applications:mattermost", + "applications:org.signal.Signal" + ], + "providers": { + "applications": { + "entrypoints": { + "Helix": { + "enabled": false + }, + "foot-server": { + "enabled": false + }, + "footclient": { + "enabled": false + }, + "noisetorch": { + "enabled": false + }, + "org.libreoffice.LibreOffice.base": { + "enabled": false + }, + "org.libreoffice.LibreOffice.draw": { + "enabled": false + }, + "org.libreoffice.LibreOffice.impress": { + "enabled": false + }, + "org.libreoffice.LibreOffice.math": { + "enabled": false + }, + "org.libreoffice.LibreOffice.writer": { + "enabled": false + }, + "thunar-bulk-rename": { + "enabled": false + }, + "thunar-settings": { + "enabled": false + } + } + }, + "browser-extension": { + "enabled": false + }, + "core": { + "entrypoints": { + "about": { + "enabled": false + }, + "documentation": { + "enabled": false + }, + "keybind-settings": { + "enabled": false + }, + "manage-fallback": { + "enabled": false + }, + "oauth-token-store": { + "enabled": false + }, + "open-config-file": { + "enabled": false + }, + "open-default-config": { + "enabled": false + }, + "report-bug": { + "enabled": false + }, + "sponsor": { + "enabled": false + }, + "store": { + "enabled": false + } + } + }, + "developer": { + "enabled": false + }, + "files": { + "enabled": false + }, + "font": { + "enabled": false + }, + "manage-shortcuts": { + "enabled": false + }, + "power": { + "entrypoints": { + "hibernate": { + "enabled": false + }, + "sleep": { + "enabled": false + }, + "soft-reboot": { + "enabled": false + } + } + }, + "raycast-compat": { + "enabled": false + }, + "scripts": { + "preferences": { + "customDirs": [ + "/home/sublet/Scripts" + ] + } + }, + "snippets": { + "enabled": false + }, + "system": { + "entrypoints": { + "run": { + "enabled": false + }, + "toggle-mute": { + "enabled": false + }, + "volume-0": { + "enabled": false + }, + "volume-100": { + "enabled": false + }, + "volume-25": { + "enabled": false + }, + "volume-50": { + "enabled": false + }, + "volume-75": { + "enabled": false + }, + "volume-down": { + "enabled": false + }, + "volume-up": { + "enabled": false + } + } + }, + "theme": { + "enabled": false + }, + "wm": { + "enabled": false + } + } +} \ No newline at end of file diff --git a/.profile b/.profile new file mode 100644 index 0000000..cf67f6c --- /dev/null +++ b/.profile @@ -0,0 +1,2 @@ +export SSH_AUTH_SOCK="$HOME/.ssh/proton-pass-agent.sock" +. "$HOME/.cargo/env" diff --git a/.var/app/dev.zed.Zed/config/zed/settings.json b/.var/app/dev.zed.Zed/config/zed/settings.json index 71e08a4..3e524c0 100644 --- a/.var/app/dev.zed.Zed/config/zed/settings.json +++ b/.var/app/dev.zed.Zed/config/zed/settings.json @@ -36,18 +36,19 @@ }, }, "agent": { + "enable_feedback": false, "sidebar_side": "right", "dock": "right", "favorite_models": [ { "provider": "mistral", "model": "codestral-latest", - "enable_thinking": false, + "enable_thinking": true, }, { "provider": "mistral", "model": "devstral-medium-latest", - "enable_thinking": false, + "enable_thinking": true, }, ], "button": true, @@ -176,6 +177,7 @@ "coloring": "indent_aware", }, + "code_lens": "on", "colorize_brackets": true, "tab_size": 2, "show_whitespaces": "trailing", @@ -184,10 +186,12 @@ "inline_code_actions": false, "relative_line_numbers": "wrapped", + "hidden_files": ["**/node_modules"], + "file_types": { "JSONC": [".oxlintrc.json"], "HTML": ["**/*.mjml"], }, - "hidden_files": ["**/node_modules"], + "language_servers": ["!tsgo", "!typescript-language-server", "..."], } diff --git a/.zshenv b/.zshenv index 5746e10..00f375b 100644 --- a/.zshenv +++ b/.zshenv @@ -1,3 +1,6 @@ +export PROTON_PASS_KEY_PROVIDER=keyring +export PROTON_PASS_LINUX_KEYRING=dbus + export PNPM_HOME=~/.local/share/pnpm path=(