Last active
October 15, 2021 18:19
-
-
Save MehmetMelik/6c042e77ccf09d39603b63288bd12271 to your computer and use it in GitHub Desktop.
vscode-config
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
| "terminal.explorerKind": "external", | |
| "terminal.external.osxExec": "iTerm 2.app", | |
| "terminal.integrated.profiles.osx": { | |
| "zsh (login)": { | |
| "path": "/bin/zsh", | |
| "args": ["-l"] | |
| } | |
| }, | |
| "terminal.integrated.fontFamily": "MesloLGS NF" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment