Created
September 5, 2018 19:11
-
-
Save jcasabona/7ada5abe24c0d7de09aa47a5a35d3ead to your computer and use it in GitHub Desktop.
VS Code User Preferences
This file contains 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
{ | |
"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