1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

install volta via brew

This commit is contained in:
2022-06-04 20:33:09 -04:00
parent 0dc947fc72
commit 7093477c72
5 changed files with 142 additions and 72 deletions

View File

@@ -1,21 +1,19 @@
// Place your settings in this file to overwrite the default settings
{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"editor.fontFamily": "'Source Code Pro', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"telemetry.telemetryLevel": "off",
"editor.fontFamily": "'SF Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 12.5,
"editor.lineHeight": 23,
"editor.tabSize": 2,
"editor.rulers": [80],
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"editor.rulers": [
120
],
"editor.suggestSelection": "first",
"editor.acceptSuggestionOnEnter": "smart",
"extensions.autoUpdate": true,
"extensions.ignoreRecommendations": true,
"workbench.colorCustomizations": {},
"workbench.colorTheme": "GitHub Dark",
"workbench.iconTheme": "material-icon-theme",
"workbench.tree.expandMode": "singleClick",
"workbench.enableExperiments": false,
"workbench.quickOpen.preserveInput": true,
@@ -27,10 +25,8 @@
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.tabSizing": "shrink",
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "/opt/homebrew/bin/zsh",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
"terminal.explorerKind": "external",
"remote.SSH.showLoginTerminal": true,
"window.openFilesInNewWindow": "default",
"explorer.confirmDragAndDrop": false,
@@ -64,11 +60,9 @@
"prettier.configPath": ".prettierrc",
"markdown.preview.lineHeight": 1.75,
"aws.telemetry": false,
"aws.samcli.location": "/usr/local/bin/sam",
"aws.profile": "profile:default",
"aws.cdk.explorer.enabled": false,
"githubPullRequests.defaultMergeMethod": "rebase",
"githubPullRequests.telemetry.enabled": false,
"githubIssues.useBranchForIssues": "prompt",
"githubIssues.queries": [
{
@@ -85,9 +79,9 @@
"material-icon-theme.activeIconPack": "none",
"material-icon-theme.showReloadMessage": false,
"material-icon-theme.showWelcomeMessage": false,
"material-icon-theme.folders.theme": "classic",
"material-icon-theme.folders.theme": "specific",
"settingsSync.ignoredSettings": [
],
"settingsSync.ignoredExtensions": [
"amazonwebservices.aws-toolkit-vscode",
@@ -95,5 +89,90 @@
"msjsdiag.debugger-for-chrome",
"firefox-devtools.vscode-firefox-debug",
"shan.code-settings-sync"
]
}
],
"docker.showStartPage": false,
"editor.minimap.enabled": false,
"editor.inlineSuggest.enabled": true,
"github.copilot.advanced": {
},
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": false,
"javascript": true
},
"diffEditor.ignoreTrimWhitespace": false,
"javascript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.parameterTypes.enabled": true,
"javascript.inlayHints.variableTypes.enabled": true,
"javascript.inlayHints.propertyDeclarationTypes.enabled": true,
"typescript.inlayHints.enumMemberValues.enabled": true,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.propertyDeclarationTypes.enabled": true,
"typescript.inlayHints.variableTypes.enabled": true,
"typescript.inlayHints.parameterNames.enabled": "all",
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"javascript.inlayHints.enumMemberValues.enabled": true,
"terminal.integrated.fontFamily": "'SF Mono Powerline', 'Meslo LG M for Powerline', Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.lineHeight": 1.25,
"editor.renderWhitespace": "none",
"files.associations": {
"*.html": "html",
"*.htm": "html",
"*.mdx": "markdown"
},
"workbench.iconTheme": "material-icon-theme",
"explorer.autoReveal": "focusNoScroll",
"eslint.packageManager": "yarn",
"git.autoStash": true,
"git.defaultCloneDirectory": "~/source/",
"git.rebaseWhenSync": true,
"githubIssues.workingIssueFormatScm": "${issueTitle} (fixes #${issueNumber})",
"gulp.autoDetect": "on",
"html.format.templating": true,
"prettier.trailingComma": "all",
"dotfiles.targetPath": "~/.dotfiles",
"stylelint.packageManager": "yarn",
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"javascript.format.semicolons": "insert",
"javascript.preferences.quoteStyle": "double",
"js/ts.implicitProjectConfig.experimentalDecorators": true,
"js/ts.implicitProjectConfig.strictNullChecks": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
"typescript.format.semicolons": "insert",
"typescript.preferences.quoteStyle": "double",
"typescript.surveys.enabled": false,
"stylelint.validate": [
"css",
"less",
"sass",
"scss",
"styled-css"
],
"files.trimTrailingWhitespace": true,
"security.workspace.trust.banner": "always",
"scss.lint.duplicateProperties": "error",
"scss.lint.unknownVendorSpecificProperties": "warning",
"git.allowNoVerifyCommit": true,
"git.enableSmartCommit": true,
"remoteHub.richNavigation.enabled": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"editor.accessibilitySupport": "off",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.preferences.importModuleSpecifierEnding": "minimal",
"editor.inlayHints.enabled": false,
"typescript.tsserver.log": "off",
"terminal.integrated.defaultProfile.linux": "zsh",
}