Skip to content

Instantly share code, notes, and snippets.

@dtoledom
Last active September 6, 2018 16:17
Show Gist options
  • Save dtoledom/c48bd831a3b3d39f5b526c54629950e2 to your computer and use it in GitHub Desktop.
Save dtoledom/c48bd831a3b3d39f5b526c54629950e2 to your computer and use it in GitHub Desktop.
My Visual Code configuration for Mac
{
"workbench.colorTheme": "Monokai",
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.enableBell": true,
"terminal.integrated.fontFamily": "MesloLGL Nerd Font"
}
@dtoledom
Copy link
Author

dtoledom commented Sep 6, 2018

Terminal configured to use zsh and agnoster theme
Font settings based on microsoft/vscode#51543 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment