diff --git a/install.conf.yaml b/install.conf.yaml index fb117c9..500c2f0 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -6,7 +6,7 @@ - clean: ~/: ~/.config: - recursive: true + recursive: true - link: ~/.xprofile: xprofile diff --git a/vscodium.json b/vscodium.json index bdb93db..137eb0a 100644 --- a/vscodium.json +++ b/vscodium.json @@ -38,5 +38,6 @@ "rust-analyzer.inlayHints.parameterHints": false, "C_Cpp.renameRequiresIdentifier": false, "window.zoomLevel": 1, - "editor.renderWhitespace": "all" + "editor.renderWhitespace": "all", + "terminal.integrated.fontFamily": "monospace" } \ No newline at end of file