mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
update kitty, vscode, zsh
This commit is contained in:
parent
044d39efcf
commit
3fb794d766
3 changed files with 19 additions and 13 deletions
|
|
@ -1,14 +1,15 @@
|
|||
{
|
||||
"workbench.colorTheme": "Default Dark+",
|
||||
"workbench.colorTheme": "Nord",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.sideBar.location": "right",
|
||||
"workbench.sideBar.location": "left",
|
||||
"workbench.startupEditor": "none",
|
||||
"workbench.activityBar.visible": false,
|
||||
"workbench.activityBar.visible": true,
|
||||
"window.menuBarVisibility": "toggle",
|
||||
"update.showReleaseNotes": false,
|
||||
// Font
|
||||
"editor.fontSize": 16,
|
||||
"terminal.integrated.fontSize": 15,
|
||||
"go.testExplorer.enable": true,
|
||||
// Editor
|
||||
"editor.fontFamily": "'Jetbrains Mono'",
|
||||
"editor.cursorSmoothCaretAnimation": false,
|
||||
|
|
@ -71,5 +72,7 @@
|
|||
"workbench.editorAssociations": {
|
||||
"*.mp4": "default"
|
||||
},
|
||||
"liveServer.settings.donotVerifyTags": true
|
||||
"liveServer.settings.donotVerifyTags": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"gitlens.hovers.currentLine.over": "line"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue