Joey Hafner
97e4cc547a
1. homelab [Gitea](https://gitea.jafner.tools/Jafner/homelab), [Github (docker_config)](https://github.com/Jafner/docker_config), [Github (wiki)](https://github.com/Jafner/wiki), [Github (cloud_tools)](https://github.com/Jafner/cloud_tools), [Github (self-hosting)](https://github.com/Jafner/self-hosting). - Rename? Jafner.net? Wouldn't that be `Jafner/Jafner.net/Jafner.net`? 2. Jafner.dev [Github](https://github.com/Jafner/Jafner.dev). 3. dotfiles [Gitea](https://gitea.jafner.tools/Jafner/dotfiles), [Github](https://github.com/Jafner/dotfiles). 4. nvgm [Gitea](https://gitea.jafner.tools/Jafner/nvgm) 5. pamidi [Gitea](https://gitea.jafner.tools/Jafner/pamidi), [Github](https://github.com/Jafner/pamidi) 6. docker-llm-amd [Gitea](https://gitea.jafner.tools/Jafner/docker-llm-amd) 7. doradash [Gitea](https://gitea.jafner.tools/Jafner/doradash) 8. clip-it-and-ship-it [Gitea (PyClipIt)](https://gitea.jafner.tools/Jafner/PyClipIt), [Github](https://github.com/Jafner/clip-it-and-ship-it). 9. razer battery led [Github](https://github.com/Jafner/Razer-BatteryLevelRGB) 10. 5etools-docker [Github](https://github.com/Jafner/5etools-docker) 11. jafner-homebrew [Github](https://github.com/Jafner/jafner-homebrew)
66 lines
2.5 KiB
JSON
66 lines
2.5 KiB
JSON
{
|
|
"explorer.confirmDelete": false,
|
|
"git.autofetch": true,
|
|
"git.confirmSync": false,
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"terminal.integrated.defaultProfile.linux": "bash",
|
|
"terminal.integrated.profiles.linux": {
|
|
"bash": {
|
|
"path": "/usr/bin/zsh",
|
|
"args": ["-l"],
|
|
"overrideName": true
|
|
},
|
|
"JavaScript Debug Terminal": null
|
|
},
|
|
"python.diagnostics.sourceMapsEnabled": true,
|
|
"tabnine.experimentalAutoImports": true,
|
|
"tabnine.disableFileRegex": [
|
|
],
|
|
"git.enableSmartCommit": true,
|
|
"workbench.startupEditor": "none",
|
|
"continue.enableTabAutocomplete": false,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"workbench.colorCustomizations": {
|
|
"focusBorder": "#31363B",
|
|
"foreground": "#EFF0F1",
|
|
"disabledForeground": "#EFF0F1",
|
|
"widget.border": "#00000000",
|
|
"widget.shadow": "#00000000",
|
|
"selection.background": "#6992C1",
|
|
"descriptionForeground": "#EFF0F1",
|
|
"errorForeground": "#da4453",
|
|
"icon.foreground": "#EFF0F1",
|
|
"sash.hoverBorder": "#6992C1",
|
|
"window.activeBorder": "#292D32",
|
|
"window.inactiveBorder": "#292D32",
|
|
"textBlockQuote.background": "#292D32",
|
|
"textCodeBlock.background": "#292D32",
|
|
"textLink.activeForeground": "#EFF0F1",
|
|
"textLink.foreground": "#EFF0F1",
|
|
"toolbar.hoverBackground": "#31363B",
|
|
"toolbar.hoverOutline": "#6992C1",
|
|
"toolbar.activeBackground": "#6992C1",
|
|
"sideBar.background": "#292D32",
|
|
"editor.background": "#222528",
|
|
"sideBarSectionHeader.background": "#292D32",
|
|
"list.activeSelectionBackground": "#6992C1",
|
|
"list.activeSelectionForeground": "#EFF0F1",
|
|
"list.focusBackground": "#1E485D",
|
|
"list.hoverBackground": "#1E485D",
|
|
"list.hoverForeground": "#EFF0F1",
|
|
"activityBar.background": "#292D32",
|
|
"editorGroup.border": "#EFF0F1",
|
|
"editorGroup.dropBackground": "#404345",
|
|
"editorGroupHeader.noTabsBackground": "#292D32",
|
|
"editorGroupHeader.tabsBackground": "#292D32",
|
|
"editorGroupHeader.tabsBorder": "#292D32",
|
|
"tab.activeBackground": "#31363B",
|
|
"tab.inactiveBackground": "#292D32",
|
|
"tab.hoverBackground": "#404345",
|
|
"statusBar.background": "#292D32"
|
|
},
|
|
"terminal.external.linuxExec": "konsole",
|
|
"terminal.explorerKind": "both",
|
|
"window.confirmSaveUntitledWorkspace": false
|
|
}
|