This commit is contained in:
2019-11-10 22:34:41 +01:00
parent abd572b42f
commit 5c2ebc6065
5 changed files with 27 additions and 1127 deletions

View File

@@ -1,4 +1,4 @@
{
"optOut": false,
"lastUpdateCheck": 1573033785546
"lastUpdateCheck": 1573420147842
}

View File

@@ -0,0 +1,4 @@
{
"optOut": false,
"lastUpdateCheck": 1573216159441
}

1104
kitty.conf

File diff suppressed because it is too large Load Diff

22
settings.json Normal file
View File

@@ -0,0 +1,22 @@
{
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.colorTheme": "Spacemacs - dark",
"window.zoomLevel": 0,
"go.formatTool": "goimports",
"go.useLanguageServer": true,
"editor.fontSize": 16,
"editor.fontFamily": "SauceCodePro Nerd Font Mono",
"git.autofetch": true,
"git.autofetchPeriod": 3600,
"git.autoStash": true,
"git.enableCommitSigning": true,
"ruby.format": "rubocop",
"ruby.useBundler": true,
"workbench.enableExperiments": false,
"update.showReleaseNotes": false,
"files.trimTrailingWhitespace": true,
"extensions.ignoreRecommendations": false,
"terminal.integrated.shell.osx": "/usr/local/bin/fish",
"editor.minimap.enabled": false
}

View File

@@ -1,22 +0,0 @@
{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"git.autofetch": true,
"editor.fontSize": 16,
"editor.fontFamily": "Source Code Pro for Powerline",
"ruby.useBundler": true,
"ruby.format": "rubocop",
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.tabSize": 2,
"git.path": "/usr/local/bin/git",
"workbench.statusBar.feedback.visible": false,
"githubPullRequests.telemetry.enabled": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"breadcrumbs.enabled": true,
"workbench.colorTheme": "One Dark Pro Vivid",
"extensions.ignoreRecommendations": false,
"window.zoomLevel": 0,
"workbench.iconTheme": null,
"explorer.confirmDelete": false
}