Skip to content

Commit

Permalink
Update dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Oct 26, 2018
1 parent 52dea7b commit 225de3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[user]
name = Jon Q
email = itsjonq@gmail.com
email = hello@jonquach.com

[core]
excludesfile = ~/.gitignore_global
Expand Down
16 changes: 8 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"editor.colorDecorators": false,
"workbench.startupEditor": "none",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
// "workbench.editor.enablePreview": false,
// "workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.colorCustomizations": {
"[Default Dark+]": {
"statusBar.background": "#00000000",
Expand All @@ -21,9 +21,9 @@
},
"[Default Light+]": {
"statusBar.foreground": "#000000ff",
"statusBar.background" : "#00000000",
"statusBar.noFolderBackground" : "#00000000",
"statusBar.debuggingBackground": "#00000000",
"statusBar.background": "#00000000",
"statusBar.noFolderBackground": "#00000000",
"statusBar.debuggingBackground": "#00000000"
}
},
// "activityBar.border": "#ffffff11",
Expand All @@ -34,14 +34,12 @@
// "statusBar.border": "#ffffff11",
// "panel.border": "#ffffff11"
// },
"editor.parameterHints": false,
"editor.fontFamily": "SF Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"workbench.tips.enabled": false,
"javascript.validate.enable": false,
"files.trimTrailingWhitespace": true,
"window.restoreWindows": "none",
"typescript.autoImportSuggestions.enabled": false,
"workbench.activityBar.visible": true,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
Expand Down Expand Up @@ -179,5 +177,7 @@
"zenMode.hideTabs": false,
"zenMode.restore": true,
"zenMode.hideStatusBar": false,
"workbench.colorTheme": "One Dark Pro"
"javascript.suggest.autoImports": false,
"typescript.suggest.autoImports": false,
"editor.formatOnSave": true
}

0 comments on commit 225de3a

Please sign in to comment.