Skip to content

Instantly share code, notes, and snippets.

@jcasabona
Created September 5, 2018 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcasabona/7ada5abe24c0d7de09aa47a5a35d3ead to your computer and use it in GitHub Desktop.
Save jcasabona/7ada5abe24c0d7de09aa47a5a35d3ead to your computer and use it in GitHub Desktop.
VS Code User Preferences
{
"editor.fontSize": 15,
"terminal.integrated.fontSize": 18,
"editor.minimap.enabled": false,
"editor.fontFamily": "'Dank Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.wordWrap": "on",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "'Dank Mono', 'Source Code Pro for Powerline'",
"workbench.colorTheme": "GitHub Plus",
"terminal.external.osxExec": "Hyper.app",
"git.enableSmartCommit": true,
"workbench.startupEditor": "newUntitledFile",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment