update dotfiles

This commit is contained in:
2025-06-26 01:00:00 +03:00
parent acaf7b1437
commit b3fc6ee454
45 changed files with 2560 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"net":{"http_server_properties":{"servers":[{"anonymization":[],"server":"https://redirector.gvt1.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13397852780114863","port":443,"protocol_str":"quic"}],"anonymization":[],"network_stats":{"srtt":35860},"server":"https://r1---sn-nu5gh5o-uaas.gvt1.com"},{"anonymization":[],"server":"https://cursor-cdn.com","supports_spdy":true},{"anonymization":[],"server":"https://marketplace.cursorapi.com","supports_spdy":true},{"alternative_service":[{"advertised_alpns":["h3"],"expiration":"13395448265334561","port":443,"protocol_str":"quic"}],"anonymization":[],"server":"https://www.gravatar.com","supports_spdy":true},{"anonymization":[],"server":"https://api2.cursor.sh","supports_spdy":true}],"supports_quic":{"address":"192.168.251.82","used_quic":true},"version":5},"network_qualities":{"CAASABiAgICA+P////8B":"4G"}}}

1
Cursor/Preferences Normal file
View File

@@ -0,0 +1 @@
{"partition":{"per_host_zoom_levels":{"2004802047025252634":{"vscode-app":-1.9999999999999998}}},"spellcheck":{"dictionaries":["en-US"],"dictionary":""}}

BIN
Cursor/SharedStorage Normal file

Binary file not shown.

0
Cursor/SharedStorage-wal Normal file
View File

BIN
Cursor/Trust Tokens Normal file

Binary file not shown.

View File

@@ -0,0 +1,131 @@
// Empty
[
{
"key": "ctrl+alt+x",
"command": "git.unstageSelectedRanges"
},
{
"key": "ctrl+alt+d",
"command": "git.stageSelectedRanges"
},
{
"key": "ctrl+shift+oem_1",
"command": "-breadcrumbs.focus",
"when": "breadcrumbsPossible"
},
{
"key": "ctrl+shift+oem_1",
"command": "editor.fold",
"when": "editorTextFocus && foldingEnabled"
},
{
"key": "ctrl+shift+oem_4",
"command": "-editor.fold",
"when": "editorTextFocus && foldingEnabled"
},
{
"key": "ctrl+shift+oem_2",
"command": "-editor.action.blockComment",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+oem_2",
"command": "editor.unfold",
"when": "editorTextFocus && foldingEnabled"
},
{
"key": "ctrl+shift+oem_6",
"command": "-editor.unfold",
"when": "editorTextFocus && foldingEnabled"
},
{
"key": "ctrl+shift+x",
"command": "-workbench.view.extensions"
},
{
"key": "ctrl+numpad_subtract",
"command": "-editor.fold",
"when": "editorFocus"
},
{
"key": "ctrl+shift+x",
"command": "editor.toggleFold",
"when": "editorTextFocus && foldingEnabled"
},
{
"key": "ctrl+k ctrl+l",
"command": "-editor.toggleFold",
"when": "editorTextFocus && foldingEnabled"
},
{
"key": "shift+f6",
"command": "-workbench.action.focusPreviousPart"
},
{
"key": "ctrl+shift+b",
"command": "-workbench.action.tasks.build"
},
{
"key": "ctrl+shift+b",
"command": "-editor.action.goToTypeDefinition",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+b",
"command": "git.checkout"
},
{
"key": "ctrl+shift+c",
"command": "copyFilePath",
"when": "!editorFocus && !terminalFocus"
},
{
"key": "ctrl+shift+c",
"command": "-copyFilePath",
"when": "!editorFocus"
},
{
"key": "ctrl+alt+n",
"command": "workbench.action.newWindow"
},
{
"key": "ctrl+shift+n",
"command": "-workbench.action.newWindow"
},
{
"key": "ctrl+alt+p",
"command": "workbench.action.openRecent"
},
{
"key": "ctrl+r",
"command": "-workbench.action.openRecent"
},
{
"key": "ctrl+e",
"command": "-workbench.action.quickOpen"
},
{
"key": "ctrl+e",
"command": "workbench.action.toggleActivityBarVisibility"
},
{
"key": "ctrl+alt+e",
"command": "workbench.action.toggleSidebarPosition"
},
{
"key": "f6",
"command": "-workbench.action.focusNextPart"
},
{
"key": "f6",
"command": "workbench.action.navigateEditorGroups"
},
{
"key": "ctrl+shift+l",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "console.log(\"${TM_SELECTED_TEXT}=\", ${TM_SELECTED_TEXT});"
}
}
]

204
Cursor/User/settings.json Normal file
View File

@@ -0,0 +1,204 @@
{
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"editor.accessibilitySupport": "off",
"editor.detectIndentation": false,
"editor.fontFamily": "Fira Code Retina",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.hideCursorInOverviewRuler": true,
"editor.minimap.enabled": false,
"editor.mouseWheelZoom": true,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": false,
"files.autoSave": "off",
"files.autoSaveDelay": 10000,
"files.defaultLanguage": "javascript",
"files.exclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/bower_components": true,
"**/dist/**": true,
"**/log/**": true,
"**/.fdk/**": true,
"**/.history/**": true,
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/bower_components": true,
"**/dist/**": true,
"**/log/**": true,
"**/logs/**": true,
"**/.fdk/**": true,
"**/.history/**": true,
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true
},
"search.exclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/bower_components": true,
"**/dist/**": true,
"**/log/**": true,
"**/.history/**": true,
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true
},
"editor.tabSize": 2,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"html.format.indentInnerHtml": true,
"javascript.suggest.completeFunctionCalls": true,
"javascript.validate.enable": false,
"jest.autoEnable": false,
"peacock.surpriseMeOnStartup": true,
"peacock.surpriseMeFromFavoritesOnly": true,
"peacock.showColorInStatusBar": false,
"sync.forceUpload": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"window.nativeFullScreen": true,
"window.nativeTabs": false,
"workbench.colorCustomizations": {
"activityBar.background": "#000",
"activityBar.foreground": "#FFF",
"activityBar.inactiveForeground": "#ffffffbf",
"titleBar.activeBackground": "#000",
"titleBar.inactiveBackground": "#b52e3199",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#000",
"statusBarItem.hoverBackground": "#d04649",
"statusBar.foreground": "#e7e7e7",
"sideBar.background": "#000",
"icon.foreground": "#FFF",
"symbolIcon.colorForeground": "#ff0000",
"icon.colorForeground": "#ff0000"
},
"peacock.color": "#b52e31",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.feedback.visible": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "never"
},
"search.useIgnoreFiles": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.renderWhitespace": "all",
"prettier.requireConfig": true,
"prettier.trailingComma": "all",
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"customizeUI.font.regular": "SF Pro Display",
"customizeUI.font.monospace": "SF Mono Light",
"customizeUI.titleBar": "inline",
"customizeUI.activityBar": "wide",
"indenticator.color.light": "#ffffff",
"indenticator.color.dark": "#ffffff",
"indenticator.inner.showHighlight": true,
"terminal.integrated.rendererType": "dom",
"gitlens.views.repositories.files.layout": "list",
"workbench.enableExperiments": false,
"debug.javascript.autoAttachFilter": "disabled",
"workbench.editor.wrapTabs": true,
"docker.showStartPage": false,
"gitlens.views.branches.branches.layout": "list",
"workbench.tree.indent": 40,
"javascript.updateImportsOnFileMove.enabled": "never",
"typescript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.altClickMovesCursor": false,
"security.workspace.trust.untrustedFiles": "open",
"editor.bracketPairColorization.enabled": true,
"workbench.editor.labelFormat": "short",
"editor.smoothScrolling": false,
"workbench.list.smoothScrolling": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.cursorBlinking": "expand",
"editor.cursorWidth": 6,
"files.associations": {
".env.local": "shellscript"
},
"settingsSync.ignoredExtensions": [
"xyz.local-history"
],
"sync.syncExtensions": true,
"git.mergeEditor": false,
"window.menuBarVisibility": "toggle",
"codestream.email": "projects@supa.ee",
"sync.gist": "992c91d867b2f5ce94cd6bedf0a630f4",
"workbench.colorTheme": "Cursor Dark High Contrast",
"editor.stickyScroll.enabled": true,
"java.import.gradle.java.home": "/usr/lib/jvm/temurin-11-jdk-amd64",
"window.zoomLevel": -2,
"codetogether.userName": "ok",
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"yaml.schemaStore.enable": false,
"workbench.remoteIndicator.showExtensionRecommendations": false,
"window.commandCenter": false,
"scm.showHistoryGraph": false,
"syncSettings.confirmSync": true,
"search.useGlobalIgnoreFiles": true
}

1
Cursor/machineid Normal file
View File

@@ -0,0 +1 @@
0330d22b-28c6-43f4-98a0-60fbd1938b35