Skip to content

Instantly share code, notes, and snippets.

@vjsantojaca
Created February 14, 2020 10:26
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 vjsantojaca/531bd63194f6eba4fff54be8d751a5cb to your computer and use it in GitHub Desktop.
Save vjsantojaca/531bd63194f6eba4fff54be8d751a5cb to your computer and use it in GitHub Desktop.
{
//Use ZSH as the integrated terminal
"terminal.integrated.shell.osx": "/usr/local/bin/zsh",
"terminal.integrated.fontFamily": "Source Code Pro for Powerline",
"terminal.integrated.fontSize": 12,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "block",
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.formatOnPaste": true,
"editor.fontSize": 15,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [
80,
120
],
"editor.wordWrap": "on",
"workbench.editor.highlightModifiedTabs": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.sideBar.location": "left",
"workbench.colorTheme": "Palenight Theme",
}{}
@vjsantojaca
Copy link
Author

😛😛

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