feat: added vicinae and profile
This commit is contained in:
174
.config/vicinae/settings.json
Normal file
174
.config/vicinae/settings.json
Normal 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
2
.profile
Normal file
@@ -0,0 +1,2 @@
|
||||
export SSH_AUTH_SOCK="$HOME/.ssh/proton-pass-agent.sock"
|
||||
. "$HOME/.cargo/env"
|
||||
@@ -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", "..."],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user