Created
February 23, 2021 06:10
-
-
Save giwankim/1263df6f4540008208615a71ec338c3d to your computer and use it in GitHub Desktop.
VSCode settings for JetBrains Mono and p10k
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // "workbench.iconTheme": "vscode-icons", | |
| "editor.fontFamily": "JetBrains Mono", | |
| "editor.letterSpacing": 1.2, | |
| "editor.fontLigatures": true, | |
| "terminal.integrated.fontFamily": "MesloLGS NF", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment