feat: added vicinae and profile

This commit is contained in:
oxypomme
2026-06-16 09:30:57 +02:00
parent aa6b83a95d
commit eb4a8133dd
4 changed files with 186 additions and 3 deletions

View File

@@ -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
}
}
}

2
.profile Normal file
View File

@@ -0,0 +1,2 @@
export SSH_AUTH_SOCK="$HOME/.ssh/proton-pass-agent.sock"
. "$HOME/.cargo/env"

View File

@@ -36,18 +36,19 @@
}, },
}, },
"agent": { "agent": {
"enable_feedback": false,
"sidebar_side": "right", "sidebar_side": "right",
"dock": "right", "dock": "right",
"favorite_models": [ "favorite_models": [
{ {
"provider": "mistral", "provider": "mistral",
"model": "codestral-latest", "model": "codestral-latest",
"enable_thinking": false, "enable_thinking": true,
}, },
{ {
"provider": "mistral", "provider": "mistral",
"model": "devstral-medium-latest", "model": "devstral-medium-latest",
"enable_thinking": false, "enable_thinking": true,
}, },
], ],
"button": true, "button": true,
@@ -176,6 +177,7 @@
"coloring": "indent_aware", "coloring": "indent_aware",
}, },
"code_lens": "on",
"colorize_brackets": true, "colorize_brackets": true,
"tab_size": 2, "tab_size": 2,
"show_whitespaces": "trailing", "show_whitespaces": "trailing",
@@ -184,10 +186,12 @@
"inline_code_actions": false, "inline_code_actions": false,
"relative_line_numbers": "wrapped", "relative_line_numbers": "wrapped",
"hidden_files": ["**/node_modules"],
"file_types": { "file_types": {
"JSONC": [".oxlintrc.json"], "JSONC": [".oxlintrc.json"],
"HTML": ["**/*.mjml"], "HTML": ["**/*.mjml"],
}, },
"hidden_files": ["**/node_modules"], "language_servers": ["!tsgo", "!typescript-language-server", "..."],
} }

View File

@@ -1,3 +1,6 @@
export PROTON_PASS_KEY_PROVIDER=keyring
export PROTON_PASS_LINUX_KEYRING=dbus
export PNPM_HOME=~/.local/share/pnpm export PNPM_HOME=~/.local/share/pnpm
path=( path=(