Skip to content

Instantly share code, notes, and snippets.

@bgalvao
Created November 27, 2021 11:09
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 bgalvao/e365b12508c8b215a9759eb2be549d8f to your computer and use it in GitHub Desktop.
Save bgalvao/e365b12508c8b215a9759eb2be549d8f to your computer and use it in GitHub Desktop.
hella fine vscode preferences πŸ‘Œ
{
"workbench.colorTheme": "Mayukai Mirage Gruvbox Darktooth",
"gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.enabled": false,
"files.associations": {
"*.nomad": "terraform",
"*.hcl": "terraform"
},
"editor.fontFamily": "'Iosevka', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontWeight": "bold",
"editor.fontLigatures": true,
"window.zoomLevel": 1,
"editor.fontSize": 16,
"terminal.integrated.fontFamily": "'FuraCode Nerd Font Mono'",
"terminal.integrated.fontWeightBold": "bold",
"window.menuBarVisibility": "toggle"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment