From 3ed377af16f1c84118fd7345cf4cbe220587aa8d Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Sun, 8 May 2022 15:33:33 +0200 Subject: [PATCH] use monospace in vscode terminal --- install.conf.yaml | 2 +- vscodium.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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