Skip to content

Instantly share code, notes, and snippets.

@girol
Last active November 25, 2019 12:43
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 girol/e1ad37b55d5d744b37b8f74aa637bb00 to your computer and use it in GitHub Desktop.
Save girol/e1ad37b55d5d744b37b8f74aa637bb00 to your computer and use it in GitHub Desktop.
VS Code config
{
"workbench.colorTheme": "Hackerman",
"files.trimTrailingWhitespace": true,
"workbench.colorCustomizations": {
"editor.background": "#000",
"editorRuler.foreground": "#08ae6e95",
"statusBar.background": "#000",
},
"terminal.integrated.fontSize": 14,
"window.zoomLevel": 1,
// "window.menuBarVisibility": "toggle",
"editor.minimap.enabled": false,
"explorer.openEditors.visible": 0,
"editor.rulers": [
88
],
"editor.lineHeight": 30,
// "editor.tabSize": 2,
// "editor.formatOnSave": true,
// Left sidebar
"workbench.activityBar.visible": false,
/* Extensions and Git */
"extensions.autoUpdate": false,
"git.confirmSync": true,
"typescript.check.npmIsInstalled": false,
"extensions.ignoreRecommendations": false,
/* Languages Related */
"php.suggest.basic": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"*.swp": true,
"*.~": true,
"**/.DS_Store": true
},
"editor.fontSize": 15,
"editor.detectIndentation": true,
"workbench.tree.indent": 15,
// "editor.fontFamily": "FuraCode Nerd Font Medium, Monaco, 'Courier New', monospace",
"editor.fontFamily": "furacode nerd font Mono",
// "editor.fontFamily": "mononoki nerd font mono",
"editor.fontWeight": "500",
"terminal.integrated.fontFamily": "mononoki nerd font mono",
"editor.fontLigatures": true
}
@girol
Copy link
Author

girol commented Dec 4, 2017

Location:

/home/your_user/.config/Code/User

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