Skip to content

Instantly share code, notes, and snippets.

@MehmetMelik
Last active October 15, 2021 18:19
Show Gist options
  • Select an option

  • Save MehmetMelik/6c042e77ccf09d39603b63288bd12271 to your computer and use it in GitHub Desktop.

Select an option

Save MehmetMelik/6c042e77ccf09d39603b63288bd12271 to your computer and use it in GitHub Desktop.
vscode-config
"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