IMP: VSCode initial configuration
This commit is contained in:
parent
aafa8367cb
commit
83cc9a195e
2 changed files with 12 additions and 0 deletions
|
@ -21,3 +21,6 @@
|
||||||
~/.config/alacritty/alacritty.yml:
|
~/.config/alacritty/alacritty.yml:
|
||||||
create: true
|
create: true
|
||||||
path: alacritty.yml
|
path: alacritty.yml
|
||||||
|
~/.config/Code/User/settings.json:
|
||||||
|
create: true
|
||||||
|
path: vscode_settings.json
|
||||||
|
|
9
vscode_settings.json
Normal file
9
vscode_settings.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"editor.renderWhitespace": "all",
|
||||||
|
"editor.cursorStyle": "block",
|
||||||
|
"telemetry.enableTelemetry": false,
|
||||||
|
"telemetry.enableCrashReporter": false,
|
||||||
|
"workbench.colorTheme": "Base16 Dark Ashes",
|
||||||
|
"terminal.integrated.shell.linux": "/usr/bin/zsh",
|
||||||
|
"window.zoomLevel": 0
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue