mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
20 lines
716 B
JSON
20 lines
716 B
JSON
{
|
|
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
|
|
"latex-workshop.view.pdf.viewer": "tab",
|
|
"git.autofetch": true,
|
|
"editor.fontFamily": "Input Mono",
|
|
"workbench.colorTheme": "Material Theme Palenight",
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"explorer.confirmDelete": false,
|
|
"editor.fontSize": 12,
|
|
"git.enableCommitSigning": true,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"editor.renderControlCharacters": true,
|
|
"window.zoomLevel": 0,
|
|
"workbench.startupEditor": "newUntitledFile",
|
|
"remote.SSH.remotePlatform": {
|
|
"dimension.sh": "linux",
|
|
"kronos.home.tensixtyone.com": "macOS",
|
|
"b1.dimension.sh": "linux"
|
|
}
|
|
} |