Skip to content

Instantly share code, notes, and snippets.

@jjungnickel
Created September 8, 2018 20:21
Show Gist options
  • Save jjungnickel/87cc7f586db6d170e3c0ac9f1a3eb846 to your computer and use it in GitHub Desktop.
Save jjungnickel/87cc7f586db6d170e3c0ac9f1a3eb846 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Gruvbox Dark (Medium)",
"editor.fontFamily": "FuraCode Nerd Font",
"editor.fontSize": 13,
"editor.fontLigatures": true,
"git.confirmSync": false,
"git.autofetch": true,
"workbench.fontAliasing": "default",
"editor.formatOnSave": true,
"terminal.integrated.fontFamily": "FuraCode Nerd Font",
"workbench.iconTheme": "eq-material-theme-icons-light",
"materialTheme.fixIconsRunning": false,
"terminal.integrated.fontSize": 13,
"terminal.external.osxExec": "iTerm2.app",
"editor.minimap.enabled": false,
"explorer.confirmDragAndDrop": false,
"puppet.installType": "pdk",
"git.enableSmartCommit": true,
"explorer.confirmDelete": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment