configs-all 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +3 -0
- package/CLAUDE.md +94 -0
- package/README.md +424 -0
- package/TERMINAL_SHORTCUTS.md +96 -0
- package/WINDOWS_COMPATIBILITY.md +85 -0
- package/WINDOWS_MCP_SETUP.md +133 -0
- package/apps/RectangleConfig.plist +0 -0
- package/apps/Synergy +84 -0
- package/apps/iStat Menus Settings.ismp7 +0 -0
- package/claude/CLAUDE.md +228 -0
- package/claude/commands/changelog.md +36 -0
- package/claude/commands/commit.md +29 -0
- package/claude/commands/context.md +112 -0
- package/claude/commands/dash.md +37 -0
- package/claude/commands/deploy-check.md +37 -0
- package/claude/commands/deps.md +26 -0
- package/claude/commands/duplo.md +56 -0
- package/claude/commands/explain.md +43 -0
- package/claude/commands/fix-and-test.md +46 -0
- package/claude/commands/game-debug.md +66 -0
- package/claude/commands/games.md +53 -0
- package/claude/commands/go.md +147 -0
- package/claude/commands/guard.md +102 -0
- package/claude/commands/handoff.md +66 -0
- package/claude/commands/incident.md +144 -0
- package/claude/commands/init.md +78 -0
- package/claude/commands/k8s-debug.md +31 -0
- package/claude/commands/lint.md +27 -0
- package/claude/commands/merge-all.md +115 -0
- package/claude/commands/merge.md +129 -0
- package/claude/commands/mikpc.md +54 -0
- package/claude/commands/morning.md +72 -0
- package/claude/commands/partymode.md +105 -0
- package/claude/commands/plans.md +88 -0
- package/claude/commands/pr.md +41 -0
- package/claude/commands/prep.md +132 -0
- package/claude/commands/push-sync.md +82 -0
- package/claude/commands/push.md +34 -0
- package/claude/commands/research.md +73 -0
- package/claude/commands/retro.md +95 -0
- package/claude/commands/review-pr.md +96 -0
- package/claude/commands/review.md +41 -0
- package/claude/commands/scaffold-agent.md +45 -0
- package/claude/commands/setup.md +92 -0
- package/claude/commands/ship-prod.md +97 -0
- package/claude/commands/ship.md +82 -0
- package/claude/commands/simplify.md +42 -0
- package/claude/commands/spike.md +110 -0
- package/claude/commands/status.md +37 -0
- package/claude/commands/sync.md +72 -0
- package/claude/commands/test.md +29 -0
- package/claude/commands/triage.md +72 -0
- package/claude/desktop/claude_desktop_config.json +9 -0
- package/claude/hooks.json +15 -0
- package/claude/mcp-servers.duplo.json +8 -0
- package/claude/mcp-servers.json +62 -0
- package/claude/scripts/psdebug.ps1 +7 -0
- package/claude/settings.json +38 -0
- package/claude/settings.local.json +4 -0
- package/claude/statusline-command.sh +94 -0
- package/claude/templates/CLAUDE-k8s-devops.md +58 -0
- package/claude/templates/CLAUDE-python-agent.md +47 -0
- package/claude/templates/CLAUDE-typescript-frontend.md +50 -0
- package/docker/ai-stack/docker-compose.yml +76 -0
- package/docker/ai-stack/searxng/limiter.toml +3 -0
- package/docker/ai-stack/searxng/settings.yml +39 -0
- package/docker/cli/config.json.template +15 -0
- package/docker/cli/daemon.json +9 -0
- package/docker/cli/features.json +3 -0
- package/docker/mcp/catalog.json +9 -0
- package/docker/mcp/catalogs/docker-mcp.yaml +15107 -0
- package/docker/mcp/config.yaml +0 -0
- package/docker/mcp/registry.yaml +37 -0
- package/docker/mcp/tools.yaml +0 -0
- package/docs/context/.gitkeep +0 -0
- package/docs/context/2026-03-02-configs.md +142 -0
- package/docs/handoff/.gitkeep +0 -0
- package/docs/incidents/.gitkeep +0 -0
- package/docs/plans/2026-02-28-autonomous-command-suite-design.md +250 -0
- package/docs/plans/2026-02-28-autonomous-command-suite.md +682 -0
- package/docs/plans/2026-03-01-ai-stack-split-architecture.md +72 -0
- package/docs/plans/2026-03-02-ai-stack-expansion.md +33 -0
- package/docs/plans/2026-03-02-merge-commands-design.md +58 -0
- package/docs/plans/2026-03-02-merge-commands.md +354 -0
- package/docs/research/.gitkeep +0 -0
- package/docs/research/2026-03-02-configs-repo-architecture.md +152 -0
- package/docs/retros/.gitkeep +0 -0
- package/docs/retros/2026-03-01-ai-stack-split-architecture.md +38 -0
- package/docs/spikes/.gitkeep +0 -0
- package/gh/config.yml +16 -0
- package/gh/hosts.yml +5 -0
- package/gh/main.json +103 -0
- package/ghostty/config +90 -0
- package/git/config/base.gitconfig +46 -0
- package/git/config/chiefmikey.gitconfig +11 -0
- package/git/config/personal.gitconfig +10 -0
- package/git/config/work.gitconfig +14 -0
- package/ide/cursor/extensions.txt +111 -0
- package/ide/cursor/keybindings.json +307 -0
- package/ide/cursor/mcp.json +92 -0
- package/ide/cursor/settings.json +544 -0
- package/ide/vscode/extensions.txt +120 -0
- package/ide/vscode/insiders/extensions.txt +119 -0
- package/ide/vscode/insiders/keybindings.json +294 -0
- package/ide/vscode/insiders/settings.json +518 -0
- package/ide/vscode/keybindings.json +294 -0
- package/ide/vscode/settings.json +526 -0
- package/ide/vscode/vscode/extensions.txt +43 -0
- package/iterm/Mikey Pro.json +951 -0
- package/iterm/com.googlecode.iterm2.plist +5549 -0
- package/iterm/font/MesloLGS NF Bold Italic.ttf +0 -0
- package/iterm/font/MesloLGS NF Bold.ttf +0 -0
- package/iterm/font/MesloLGS NF Italic.ttf +0 -0
- package/iterm/font/MesloLGS NF Regular.ttf +0 -0
- package/package.json +15 -0
- package/scripts/ai/deploy-ai-stack.sh +119 -0
- package/scripts/ai/fix-ai-proxy.service +12 -0
- package/scripts/ai/fix-ai-proxy.sh +25 -0
- package/scripts/brew/search/brew-search-results.sh +19 -0
- package/scripts/brew/search/brew-search.sh +34 -0
- package/scripts/brew/upgrade/brew-upgrade-autoupdate.sh +5 -0
- package/scripts/brew/upgrade/brew-upgrade-full-auto.sh +89 -0
- package/scripts/brew/upgrade/brew-upgrade-full.sh +159 -0
- package/scripts/docker/cleanup/docker-cleanup-manage.sh +163 -0
- package/scripts/docker/cleanup/docker-cleanup.cron +12 -0
- package/scripts/docker/cleanup/docker-cleanup.sh +280 -0
- package/scripts/docker/install/README.md +23 -0
- package/scripts/docker/install/docker-al2.sh +7 -0
- package/scripts/docker/install/docker-compose-al2.sh +15 -0
- package/scripts/gh/auth/auth.sh +12 -0
- package/scripts/gh/config/gh-config.sh +3 -0
- package/scripts/gh/gist/gh-gist-create.sh +29 -0
- package/scripts/gh/gist/gh-gist-delete.sh +1 -0
- package/scripts/gh/gist/gh-gist-edit.sh +8 -0
- package/scripts/gh/gpg-key/gh-gpg-key-add.sh +3 -0
- package/scripts/gh/install/install.sh +7 -0
- package/scripts/gh/label/gh-label-clone.sh +0 -0
- package/scripts/gh/label/gh-label-create.sh +0 -0
- package/scripts/gh/label/gh-label-delete.sh +0 -0
- package/scripts/gh/label/gh-label-edit.sh +0 -0
- package/scripts/gh/label/gh-label-list.sh +0 -0
- package/scripts/gh/secret/gh-secret-delete.sh +24 -0
- package/scripts/gh/secret/gh-secret-set.sh +70 -0
- package/scripts/gh/ssh-key/gh-ssh-key-add.sh +8 -0
- package/scripts/git/add/git-add.sh +3 -0
- package/scripts/git/auth/README.md +11 -0
- package/scripts/git/auth/https.sh +20 -0
- package/scripts/git/auth/ssh-mac.sh +41 -0
- package/scripts/git/branch-delete/git-branch-delete.sh +16 -0
- package/scripts/git/checkout/git-checkout-stash.sh +32 -0
- package/scripts/git/temp/git-temp-pull.sh +6 -0
- package/scripts/git/temp/git-temp-push.sh +5 -0
- package/scripts/install/fresh.zsh +34 -0
- package/scripts/install/full-install.zsh +193 -0
- package/scripts/linux/codedeploy/README.md +19 -0
- package/scripts/linux/codedeploy/linux-codedeploy-al2.sh +13 -0
- package/scripts/linux/codedeploy/linux-codedeploy-index.sh +16 -0
- package/scripts/linux/codedeploy/linux-codedeploy-ubuntu.sh +14 -0
- package/scripts/linux/coredns/README.md +17 -0
- package/scripts/linux/coredns/linux-coredns-al2.sh +29 -0
- package/scripts/linux/wifi/01-netconf.yaml +21 -0
- package/scripts/linux/wifi/wifi-ubuntu.sh +17 -0
- package/scripts/mac/dock-sort/mac-dock-sort.sh +87 -0
- package/scripts/mac/dropbox-ignore/mac-dropbox-ignore.sh +12 -0
- package/scripts/mac/sudo-askpass/mac-sudo-askpass.sh +50 -0
- package/scripts/mac/sudo-askpass/setup-sudo-password.sh +49 -0
- package/scripts/mac/upgrade/mac-upgrade.sh +21 -0
- package/scripts/mac/vpn/mac-vpn.sh +4 -0
- package/scripts/mcp/aws-mcp-wrapper.ps1 +97 -0
- package/scripts/mcp/aws-mcp-wrapper.sh +53 -0
- package/scripts/mcp/duplo-mcp-wrapper.sh +31 -0
- package/scripts/mcp/filesystem-mcp-wrapper.ps1 +43 -0
- package/scripts/mcp/filesystem-mcp-wrapper.sh +34 -0
- package/scripts/mcp/git-mcp-wrapper.ps1 +42 -0
- package/scripts/mcp/git-mcp-wrapper.sh +33 -0
- package/scripts/mcp/github-mcp-wrapper.ps1 +43 -0
- package/scripts/mcp/github-mcp-wrapper.sh +19 -0
- package/scripts/mcp/kubernetes-mcp-wrapper.ps1 +22 -0
- package/scripts/mcp/kubernetes-mcp-wrapper.sh +16 -0
- package/scripts/mcp/mcp-launcher.ps1 +56 -0
- package/scripts/mcp/mcp-launcher.sh +71 -0
- package/scripts/mcp/mongodb-mcp-wrapper.ps1 +26 -0
- package/scripts/mcp/mongodb-mcp-wrapper.sh +17 -0
- package/scripts/mcp/notion-mcp-wrapper.ps1 +23 -0
- package/scripts/mcp/notion-mcp-wrapper.sh +14 -0
- package/scripts/mcp/postgres-mcp-wrapper.ps1 +23 -0
- package/scripts/mcp/postgres-mcp-wrapper.sh +16 -0
- package/scripts/npm/ncu/npm-ncu.sh +24 -0
- package/scripts/npm/upgrade/npm-upgrade.sh +51 -0
- package/scripts/qmk/build_reviung41.sh +28 -0
- package/scripts/qmk/sync_unicorne.sh +44 -0
- package/scripts/sync/README.md +64 -0
- package/scripts/sync/config-common.zsh +882 -0
- package/scripts/sync/pull-configs.ps1 +33 -0
- package/scripts/sync/pull-configs.zsh +278 -0
- package/scripts/sync/push-configs.ps1 +91 -0
- package/scripts/sync/push-configs.zsh +384 -0
- package/shell/alias/alias-d.zsh +333 -0
- package/shell/alias/alias.zsh +36 -0
- package/shell/alias/categories/development.zsh +157 -0
- package/shell/alias/categories/environment.zsh +13 -0
- package/shell/alias/categories/git.zsh +40 -0
- package/shell/alias/categories/github-functions.zsh +459 -0
- package/shell/alias/categories/network.zsh +46 -0
- package/shell/alias/categories/path.zsh +46 -0
- package/shell/alias/categories/system.zsh +78 -0
- package/shell/alias/categories/wolfe-server.zsh +11 -0
- package/shell/powershell/Microsoft.PowerShell_profile.ps1 +208 -0
- package/shell/zsh/.p10k.zsh +1832 -0
- package/shell/zsh/.zshrc +87 -0
- package/shell/zsh/config/completion.zsh +31 -0
- package/shell/zsh/config/functions.zsh +31 -0
- package/shell/zsh/config/keybindings.zsh +13 -0
- package/shell/zsh/config/options.zsh +56 -0
- package/shell/zsh/config/plugins.zsh +83 -0
- package/shell/zsh/config/variables.zsh +191 -0
- package/shell/zsh/powerlevel10k.zsh-theme +83 -0
- package/shell/zsh/zsh-autosuggestions.zsh +871 -0
- package/ssh/config +46 -0
- package/ssh/config.duplo +21 -0
- package/ssh/config.mikpc +35 -0
- package/ssh/personal_signing.pub +1 -0
- package/templates/.envrc.example +34 -0
- package/templates/.envrc.quickstart +17 -0
- package/wezterm/wezterm.lua +249 -0
- package/wsl/.wslconfig +3 -0
- package/wsl/wsl.conf +18 -0
|
@@ -0,0 +1,518 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
3
|
+
"editor.formatOnPaste": true,
|
|
4
|
+
"editor.formatOnSave": true,
|
|
5
|
+
"editor.codeActionsOnSave": {
|
|
6
|
+
"source.fixAll": "explicit"
|
|
7
|
+
},
|
|
8
|
+
"eslint.enable": true,
|
|
9
|
+
"eslint.useESLintClass": true,
|
|
10
|
+
"eslint.lintTask.enable": true,
|
|
11
|
+
"eslint.format.enable": true,
|
|
12
|
+
"eslint.validate": [
|
|
13
|
+
"json",
|
|
14
|
+
"jsonc",
|
|
15
|
+
"json5",
|
|
16
|
+
"yaml",
|
|
17
|
+
"toml",
|
|
18
|
+
"markdown",
|
|
19
|
+
"html",
|
|
20
|
+
"javascript",
|
|
21
|
+
"javascriptreact",
|
|
22
|
+
"vue",
|
|
23
|
+
"svelte",
|
|
24
|
+
"typescript",
|
|
25
|
+
"typescriptreact",
|
|
26
|
+
"properties"
|
|
27
|
+
],
|
|
28
|
+
"stylelint.reportNeedlessDisables": true,
|
|
29
|
+
"stylelint.validate": [
|
|
30
|
+
"css",
|
|
31
|
+
"less",
|
|
32
|
+
"postcss",
|
|
33
|
+
"sass",
|
|
34
|
+
"scss",
|
|
35
|
+
"source.css.styled",
|
|
36
|
+
"styled-css",
|
|
37
|
+
"sugarss",
|
|
38
|
+
"vue",
|
|
39
|
+
"vue-postcss",
|
|
40
|
+
"xls"
|
|
41
|
+
],
|
|
42
|
+
"javascript.validate.enable": false,
|
|
43
|
+
"css.validate": false,
|
|
44
|
+
"less.validate": false,
|
|
45
|
+
"scss.validate": false,
|
|
46
|
+
"[typescript]": {
|
|
47
|
+
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
48
|
+
},
|
|
49
|
+
"[javascript]": {
|
|
50
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
51
|
+
},
|
|
52
|
+
"[javascriptreact]": {
|
|
53
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
54
|
+
},
|
|
55
|
+
"[vue]": {
|
|
56
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
57
|
+
},
|
|
58
|
+
"[html]": {
|
|
59
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
60
|
+
},
|
|
61
|
+
"[css]": {
|
|
62
|
+
"editor.defaultFormatter": "stylelint.vscode-stylelint"
|
|
63
|
+
},
|
|
64
|
+
"[scss]": {
|
|
65
|
+
"editor.defaultFormatter": "stylelint.vscode-stylelint"
|
|
66
|
+
},
|
|
67
|
+
"[markdown]": {
|
|
68
|
+
"editor.wordWrap": "on",
|
|
69
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
70
|
+
},
|
|
71
|
+
"[svelte]": {
|
|
72
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
73
|
+
},
|
|
74
|
+
"[json]": {
|
|
75
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
76
|
+
},
|
|
77
|
+
"[jsonc]": {
|
|
78
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
79
|
+
},
|
|
80
|
+
"[json5]": {
|
|
81
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
82
|
+
},
|
|
83
|
+
"[dockercompose]": {
|
|
84
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
85
|
+
"editor.autoIndent": "advanced"
|
|
86
|
+
},
|
|
87
|
+
"[sonic-pi]": {
|
|
88
|
+
"editor.defaultFormatter": "jakearl.vscode-sonic-pi"
|
|
89
|
+
},
|
|
90
|
+
"[dotenv]": {
|
|
91
|
+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
92
|
+
},
|
|
93
|
+
"editor.guides.bracketPairs": false,
|
|
94
|
+
"editor.guides.bracketPairsHorizontal": "active",
|
|
95
|
+
"editor.guides.highlightActiveBracketPair": true,
|
|
96
|
+
"editor.guides.highlightActiveIndentation": true,
|
|
97
|
+
"editor.autoClosingBrackets": "never",
|
|
98
|
+
"editor.renderWhitespace": "all",
|
|
99
|
+
"editor.snippetSuggestions": "inline",
|
|
100
|
+
"editor.tabSize": 2,
|
|
101
|
+
"editor.wordWrap": "on",
|
|
102
|
+
"editor.bracketPairColorization.enabled": true,
|
|
103
|
+
"editor.renderLineHighlight": "all",
|
|
104
|
+
"editor.selectionHighlight": true,
|
|
105
|
+
"editor.semanticHighlighting.enabled": true,
|
|
106
|
+
"workbench.colorCustomizations": {
|
|
107
|
+
"editor.lineHighlightBackground": "#00000059",
|
|
108
|
+
"terminal.background": "#4e4d4e",
|
|
109
|
+
"terminal.foreground": "#ffd866",
|
|
110
|
+
"terminalCursor.foreground": "#ffd866",
|
|
111
|
+
"terminal.ansiBlack": "#4e4d4e",
|
|
112
|
+
"terminal.ansiRed": "#97445a",
|
|
113
|
+
"terminal.ansiGreen": "#8fbe61",
|
|
114
|
+
"terminal.ansiYellow": "#cfb14e",
|
|
115
|
+
"terminal.ansiBlue": "#9987d8",
|
|
116
|
+
"terminal.ansiMagenta": "#c1744f",
|
|
117
|
+
"terminal.ansiCyan": "#5dacb7",
|
|
118
|
+
"terminal.ansiWhite": "#727172",
|
|
119
|
+
"terminal.ansiBrightBlack": "#727172",
|
|
120
|
+
"terminal.ansiBrightRed": "#ff6188",
|
|
121
|
+
"terminal.ansiBrightGreen": "#a9dc76",
|
|
122
|
+
"terminal.ansiBrightYellow": "#fc9867",
|
|
123
|
+
"terminal.ansiBrightBlue": "#ab9df2",
|
|
124
|
+
"terminal.ansiBrightMagenta": "#ab9df2",
|
|
125
|
+
"terminal.ansiBrightCyan": "#78dce8",
|
|
126
|
+
"terminal.ansiBrightWhite": "#ffd866"
|
|
127
|
+
},
|
|
128
|
+
"color-highlight.languages": [
|
|
129
|
+
"*"
|
|
130
|
+
],
|
|
131
|
+
"color-highlight.matchWords": true,
|
|
132
|
+
"search.exclude": {
|
|
133
|
+
"**/.git": true,
|
|
134
|
+
"**/node_modules": true,
|
|
135
|
+
"**/vendor": true,
|
|
136
|
+
"**/bower_components": true,
|
|
137
|
+
"**/tmp": true,
|
|
138
|
+
"package-lock.json": true,
|
|
139
|
+
"public.map": true,
|
|
140
|
+
"**/bundle.js": true
|
|
141
|
+
},
|
|
142
|
+
"VSCodeCounter.exclude": [
|
|
143
|
+
"**/.gitignore",
|
|
144
|
+
"**/.vscode/**",
|
|
145
|
+
"**/node_modules/**",
|
|
146
|
+
"**/vendor/**",
|
|
147
|
+
"**/.eslintrc",
|
|
148
|
+
"**/.babel.config.json",
|
|
149
|
+
"**/package-lock.json",
|
|
150
|
+
"**/package.json",
|
|
151
|
+
"**/webpack.config.js",
|
|
152
|
+
"**/bundle.js"
|
|
153
|
+
],
|
|
154
|
+
"VSCodeCounter.history": 1,
|
|
155
|
+
"cSpell.enabled": true,
|
|
156
|
+
"cSpell.ignoreWords": [
|
|
157
|
+
"NPFN"
|
|
158
|
+
],
|
|
159
|
+
"cSpell.enableFiletypes": [
|
|
160
|
+
"Log",
|
|
161
|
+
"NGINX",
|
|
162
|
+
"apacheconf",
|
|
163
|
+
"cql",
|
|
164
|
+
"csv",
|
|
165
|
+
"diff",
|
|
166
|
+
"dockercompose",
|
|
167
|
+
"dockerfile",
|
|
168
|
+
"dotenv",
|
|
169
|
+
"ignore",
|
|
170
|
+
"jsx-tags",
|
|
171
|
+
"log",
|
|
172
|
+
"markdown-math",
|
|
173
|
+
"powershell",
|
|
174
|
+
"properties",
|
|
175
|
+
"ql",
|
|
176
|
+
"ruby",
|
|
177
|
+
"search-result",
|
|
178
|
+
"shellscript",
|
|
179
|
+
"sonic-pi",
|
|
180
|
+
"sql",
|
|
181
|
+
"svelte",
|
|
182
|
+
"svg",
|
|
183
|
+
"vue",
|
|
184
|
+
"vue-html",
|
|
185
|
+
"vue-postcss",
|
|
186
|
+
"vue-sugarss",
|
|
187
|
+
"xml",
|
|
188
|
+
"xsl"
|
|
189
|
+
],
|
|
190
|
+
"cSpell.userWords": [
|
|
191
|
+
"afterdelete",
|
|
192
|
+
"amazoncognito",
|
|
193
|
+
"arvada",
|
|
194
|
+
"aseprite",
|
|
195
|
+
"askpass",
|
|
196
|
+
"autocapitalize",
|
|
197
|
+
"autocorrect",
|
|
198
|
+
"autofix",
|
|
199
|
+
"autosave",
|
|
200
|
+
"autostash",
|
|
201
|
+
"autoupdate",
|
|
202
|
+
"axios",
|
|
203
|
+
"backticks",
|
|
204
|
+
"Bandcamp",
|
|
205
|
+
"berklee",
|
|
206
|
+
"bili",
|
|
207
|
+
"bodyparser",
|
|
208
|
+
"browserslist",
|
|
209
|
+
"buble",
|
|
210
|
+
"camelcase",
|
|
211
|
+
"cclibs",
|
|
212
|
+
"chiefmikey",
|
|
213
|
+
"cloudyman",
|
|
214
|
+
"codeql",
|
|
215
|
+
"codesee",
|
|
216
|
+
"compat",
|
|
217
|
+
"component",
|
|
218
|
+
"contentful",
|
|
219
|
+
"coredns",
|
|
220
|
+
"cqlsh",
|
|
221
|
+
"datacenter",
|
|
222
|
+
"datasource",
|
|
223
|
+
"Decentral",
|
|
224
|
+
"dockerignore",
|
|
225
|
+
"dompurify",
|
|
226
|
+
"dotenv",
|
|
227
|
+
"duplo",
|
|
228
|
+
"DUPLOCUSTOMERID",
|
|
229
|
+
"duploenvironment",
|
|
230
|
+
"duplomaster",
|
|
231
|
+
"durrname",
|
|
232
|
+
"eslintcache",
|
|
233
|
+
"figma",
|
|
234
|
+
"flexbox",
|
|
235
|
+
"gitlang",
|
|
236
|
+
"grammarify",
|
|
237
|
+
"haha",
|
|
238
|
+
"healthcheck",
|
|
239
|
+
"instanbul",
|
|
240
|
+
"iterm",
|
|
241
|
+
"Itty",
|
|
242
|
+
"jscoverage",
|
|
243
|
+
"jsnext",
|
|
244
|
+
"jspm",
|
|
245
|
+
"jwks",
|
|
246
|
+
"keychain",
|
|
247
|
+
"keydown",
|
|
248
|
+
"keyspace",
|
|
249
|
+
"killall",
|
|
250
|
+
"lcov",
|
|
251
|
+
"lerna",
|
|
252
|
+
"linuxbrew",
|
|
253
|
+
"livecheck",
|
|
254
|
+
"Mapbox",
|
|
255
|
+
"marketron",
|
|
256
|
+
"maxdepth",
|
|
257
|
+
"Microbundle",
|
|
258
|
+
"middlewares",
|
|
259
|
+
"mikey",
|
|
260
|
+
"mikl",
|
|
261
|
+
"mkdir",
|
|
262
|
+
"MKTN",
|
|
263
|
+
"Monokai",
|
|
264
|
+
"muppets",
|
|
265
|
+
"mwolfe",
|
|
266
|
+
"myspace",
|
|
267
|
+
"nginxproxy",
|
|
268
|
+
"nowrap",
|
|
269
|
+
"nuxt",
|
|
270
|
+
"oembed",
|
|
271
|
+
"oidc",
|
|
272
|
+
"onwarn",
|
|
273
|
+
"openapi",
|
|
274
|
+
"OPTARG",
|
|
275
|
+
"perc",
|
|
276
|
+
"Photoshop",
|
|
277
|
+
"pids",
|
|
278
|
+
"plugin",
|
|
279
|
+
"preact",
|
|
280
|
+
"proxying",
|
|
281
|
+
"rebrand",
|
|
282
|
+
"Repos",
|
|
283
|
+
"roadmap",
|
|
284
|
+
"runas",
|
|
285
|
+
"sarif",
|
|
286
|
+
"SCREENLOG",
|
|
287
|
+
"scrollbars",
|
|
288
|
+
"skeletor",
|
|
289
|
+
"smoothscroll",
|
|
290
|
+
"snoowrap",
|
|
291
|
+
"snyk",
|
|
292
|
+
"softwareupdate",
|
|
293
|
+
"sonarjs",
|
|
294
|
+
"Spotify",
|
|
295
|
+
"styl",
|
|
296
|
+
"styleguide",
|
|
297
|
+
"stylelint",
|
|
298
|
+
"subdir",
|
|
299
|
+
"svgr",
|
|
300
|
+
"tabindex",
|
|
301
|
+
"tagify",
|
|
302
|
+
"tbody",
|
|
303
|
+
"textnodes",
|
|
304
|
+
"textr",
|
|
305
|
+
"Timespan",
|
|
306
|
+
"Tommyman",
|
|
307
|
+
"tsbuildinfo",
|
|
308
|
+
"tweened",
|
|
309
|
+
"typedi",
|
|
310
|
+
"typeorm",
|
|
311
|
+
"unmount",
|
|
312
|
+
"valign",
|
|
313
|
+
"vetur",
|
|
314
|
+
"vscloud",
|
|
315
|
+
"vuepress",
|
|
316
|
+
"weback",
|
|
317
|
+
"will",
|
|
318
|
+
"wireframes",
|
|
319
|
+
"wolfebyte",
|
|
320
|
+
"WORKDIR",
|
|
321
|
+
"wscript",
|
|
322
|
+
"Wurld",
|
|
323
|
+
"yalc",
|
|
324
|
+
"ZOURDOUGH"
|
|
325
|
+
],
|
|
326
|
+
"github.codespaces.showPerformanceExplorer": true,
|
|
327
|
+
"javascript.format.semicolons": "remove",
|
|
328
|
+
"javascript.suggest.enabled": true,
|
|
329
|
+
"javascript.updateImportsOnFileMove.enabled": "prompt",
|
|
330
|
+
"svelte.enable-ts-plugin": true,
|
|
331
|
+
"vscode-sonic-pi.launchSonicPiServerAutomatically": "custom",
|
|
332
|
+
"vscode-sonic-pi.launchSonicPiServerCustomExtension": ".pi",
|
|
333
|
+
"editor.lightbulb.enabled": "off",
|
|
334
|
+
"editor.parameterHints.enabled": false,
|
|
335
|
+
"editor.maxTokenizationLineLength": 40000,
|
|
336
|
+
"editor.inlineSuggest.enabled": true,
|
|
337
|
+
"editor.inlayHints.enabled": "on",
|
|
338
|
+
"editor.acceptSuggestionOnEnter": "smart",
|
|
339
|
+
"editor.suggestSelection": "first",
|
|
340
|
+
"editor.renderControlCharacters": true,
|
|
341
|
+
"editor.occurrencesHighlight": "off",
|
|
342
|
+
"editor.accessibilitySupport": "off",
|
|
343
|
+
"editor.quickSuggestions": {
|
|
344
|
+
"comments": "on",
|
|
345
|
+
"strings": "on",
|
|
346
|
+
"other": "on"
|
|
347
|
+
},
|
|
348
|
+
"editor.wordBasedSuggestions": "matchingDocuments",
|
|
349
|
+
"editor.fontFamily": "'Monaspace Neon', monospace",
|
|
350
|
+
"editor.fontLigatures": "'calt', 'liga', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09'",
|
|
351
|
+
"terminal.explorerKind": "external",
|
|
352
|
+
"terminal.external.osxExec": "iTerm.app",
|
|
353
|
+
"terminal.integrated.defaultProfile.osx": "zsh",
|
|
354
|
+
"terminal.integrated.fontFamily": "MesloLGS NF",
|
|
355
|
+
"terminal.integrated.lineHeight": 1.2,
|
|
356
|
+
"workbench.fontAliasing": "auto",
|
|
357
|
+
"diffEditor.wordWrap": "on",
|
|
358
|
+
"terminal.integrated.gpuAcceleration": "on",
|
|
359
|
+
"workbench.colorTheme": "Monokai Pro",
|
|
360
|
+
"emmet.showExpandedAbbreviation": "never",
|
|
361
|
+
"files.trimTrailingWhitespace": true,
|
|
362
|
+
"redhat.telemetry.enabled": false,
|
|
363
|
+
"svelte.plugin.svelte.format.config.svelteIndentScriptAndStyle": false,
|
|
364
|
+
"svelte.plugin.svelte.format.config.svelteStrictMode": true,
|
|
365
|
+
"github.copilot.enable": {
|
|
366
|
+
"*": true,
|
|
367
|
+
"yaml": true,
|
|
368
|
+
"plaintext": true,
|
|
369
|
+
"markdown": true
|
|
370
|
+
},
|
|
371
|
+
"yaml.format.singleQuote": true,
|
|
372
|
+
"yaml.schemaStore.enable": false,
|
|
373
|
+
"vetur.experimental.templateInterpolationService": true,
|
|
374
|
+
"vetur.validation.template": false,
|
|
375
|
+
"vetur.format.styleInitialIndent": false,
|
|
376
|
+
"vetur.format.scriptInitialIndent": false,
|
|
377
|
+
"vetur.useWorkspaceDependencies": true,
|
|
378
|
+
"vetur.validation.templateProps": true,
|
|
379
|
+
"vetur.languageFeatures.semanticTokens": false,
|
|
380
|
+
"vetur.validation.interpolation": false,
|
|
381
|
+
"jest.runMode": "on-demand",
|
|
382
|
+
"security.workspace.trust.untrustedFiles": "open",
|
|
383
|
+
"git.confirmSync": false,
|
|
384
|
+
"git.autofetch": true,
|
|
385
|
+
"git.enableCommitSigning": true,
|
|
386
|
+
"git.autoStash": true,
|
|
387
|
+
"git.followTagsWhenSync": true,
|
|
388
|
+
"git.pruneOnFetch": true,
|
|
389
|
+
"git.useEditorAsCommitInput": false,
|
|
390
|
+
"github.copilot.advanced": {
|
|
391
|
+
"*": true,
|
|
392
|
+
"yaml": true,
|
|
393
|
+
"plaintext": true,
|
|
394
|
+
"markdown": true
|
|
395
|
+
},
|
|
396
|
+
"workbench.editorAssociations": {
|
|
397
|
+
"*.plist": "default",
|
|
398
|
+
"*.dat": "default"
|
|
399
|
+
},
|
|
400
|
+
"workbench.startupEditor": "none",
|
|
401
|
+
"githubPullRequests.pullBranch": "never",
|
|
402
|
+
"diffEditor.codeLens": true,
|
|
403
|
+
"git.closeDiffOnOperation": true,
|
|
404
|
+
"merge-conflict.autoNavigateNextConflict.enabled": true,
|
|
405
|
+
"typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": false,
|
|
406
|
+
"github.gitProtocol": "ssh",
|
|
407
|
+
"github-actions.workflows.pinned.refresh.enabled": true,
|
|
408
|
+
"github-actions.workflows.pinned.refresh.interval": 60,
|
|
409
|
+
"github.codespaces.createCodespaceInNewWindow": true,
|
|
410
|
+
"githubIssues.assignWhenWorking": false,
|
|
411
|
+
"githubPullRequests.focusedMode": false,
|
|
412
|
+
"githubPullRequests.pullRequestDescription": "commit",
|
|
413
|
+
"githubPullRequests.useReviewMode": {
|
|
414
|
+
"closed": false,
|
|
415
|
+
"merged": false
|
|
416
|
+
},
|
|
417
|
+
"githubRepositories.autoFetch.interval": 120,
|
|
418
|
+
"editor.stickyScroll.enabled": true,
|
|
419
|
+
"editor.stickyScroll.maxLineCount": 10,
|
|
420
|
+
"editor.unicodeHighlight.invisibleCharacters": false,
|
|
421
|
+
"editor.links": false,
|
|
422
|
+
"git.showPushSuccessNotification": true,
|
|
423
|
+
"git.autofetchPeriod": 360,
|
|
424
|
+
"git.optimisticUpdate": false,
|
|
425
|
+
"git.untrackedChanges": "separate",
|
|
426
|
+
"git.suggestSmartCommit": false,
|
|
427
|
+
"git.smartCommitChanges": "tracked",
|
|
428
|
+
"git.inputValidation": true,
|
|
429
|
+
"editor.linkedEditing": true,
|
|
430
|
+
"sonarlint.disableTelemetry": true,
|
|
431
|
+
"scm.alwaysShowActions": true,
|
|
432
|
+
"scm.alwaysShowRepositories": true,
|
|
433
|
+
"scm.repositories.sortOrder": "name",
|
|
434
|
+
"git.supportCancellation": true,
|
|
435
|
+
"gitlens.views.commits.files.layout": "tree",
|
|
436
|
+
"files.insertFinalNewline": true,
|
|
437
|
+
"html.format.indentInnerHtml": true,
|
|
438
|
+
"html.format.indentHandlebars": true,
|
|
439
|
+
"editor.stickyTabStops": true,
|
|
440
|
+
"sonarlint.pathToNodeExecutable": "/opt/homebrew/bin/node",
|
|
441
|
+
"settingsSync.ignoredSettings": [
|
|
442
|
+
"-window.zoomLevel"
|
|
443
|
+
],
|
|
444
|
+
"git.replaceTagsWhenPull": true,
|
|
445
|
+
"diffEditor.ignoreTrimWhitespace": false,
|
|
446
|
+
"github.copilot.editor.enableAutoCompletions": true,
|
|
447
|
+
"editor.autoIndent": "full",
|
|
448
|
+
"workbench.editor.enablePreview": false,
|
|
449
|
+
"workbench.externalBrowser": "brave",
|
|
450
|
+
"blockman.n03MaxDepth": 4,
|
|
451
|
+
"blockman.n05CustomColorOfDepth0": "none",
|
|
452
|
+
"blockman.n06CustomColorOfDepth1": "none",
|
|
453
|
+
"blockman.n07CustomColorOfDepth2": "none",
|
|
454
|
+
"blockman.n08CustomColorOfDepth3": "none",
|
|
455
|
+
"blockman.n09CustomColorOfDepth4": "none",
|
|
456
|
+
"blockman.n10CustomColorOfDepth5": "none",
|
|
457
|
+
"blockman.n11CustomColorOfDepth6": "none",
|
|
458
|
+
"blockman.n12CustomColorOfDepth7": "none",
|
|
459
|
+
"blockman.n14CustomColorOfDepth9": "none",
|
|
460
|
+
"blockman.n15CustomColorOfDepth10": "none",
|
|
461
|
+
"blockman.n17CustomColorOfFocusedBlock": "same",
|
|
462
|
+
"blockman.n18CustomColorOfFocusedBlockBorder": "#ffffff30",
|
|
463
|
+
"blockman.n19CustomColorOfBlockBorder": "none",
|
|
464
|
+
"blockman.n20CustomColorOfDepth0Border": "none",
|
|
465
|
+
"blockman.n04Sub05MinDistanceBetweenRightSideEdges": 4,
|
|
466
|
+
"blockman.n28TimeToWaitBeforeRerenderAfterLastChangeEvent": 1,
|
|
467
|
+
"blockman.n34A02BorderThicknessOfFocusedBlock": 1.1,
|
|
468
|
+
"parallels-desktop.extension.path": "/Users/mikl/.parallels-desktop-vscode",
|
|
469
|
+
"parallels-desktop.prlctl.path": "/usr/local/bin/prlctl",
|
|
470
|
+
"parallels-desktop.git.path": "/opt/homebrew/bin/git",
|
|
471
|
+
"parallels-desktop.brew.path": "/opt/homebrew/bin/brew",
|
|
472
|
+
"github.copilot.chat.startDebugging.enabled": true,
|
|
473
|
+
"github.copilot.chat.generateTests.codeLens": true,
|
|
474
|
+
"github.copilot.chat.inlineChatCompletionTrigger.enabled": true,
|
|
475
|
+
"gitlens.views.scm.grouped.views": {
|
|
476
|
+
"commits": false,
|
|
477
|
+
"branches": false,
|
|
478
|
+
"remotes": true,
|
|
479
|
+
"stashes": false,
|
|
480
|
+
"tags": true,
|
|
481
|
+
"worktrees": true,
|
|
482
|
+
"contributors": true,
|
|
483
|
+
"repositories": false,
|
|
484
|
+
"searchAndCompare": false,
|
|
485
|
+
"launchpad": false
|
|
486
|
+
},
|
|
487
|
+
"editor.minimap.enabled": false,
|
|
488
|
+
"chat.editing.alwaysSaveWithGeneratedChanges": true,
|
|
489
|
+
"github.copilot.chat.editor.temporalContext.enabled": true,
|
|
490
|
+
"github.copilot.nextEditSuggestions.enabled": true,
|
|
491
|
+
"github.copilot.chat.completionContext.typescript.mode": "sidecar",
|
|
492
|
+
"github.copilot.chat.edits.temporalContext.enabled": true,
|
|
493
|
+
"github.copilot.chat.languageContext.typescript.enabled": true,
|
|
494
|
+
"github.copilot.chat.search.semanticTextResults": true,
|
|
495
|
+
"github.copilot.chat.terminalChatLocation": "terminal",
|
|
496
|
+
"github.copilot.chat.enableUserPreferences": true,
|
|
497
|
+
"github.copilot.chat.codesearch.enabled": true,
|
|
498
|
+
"github.copilot.chat.newWorkspaceCreation.enabled": true,
|
|
499
|
+
"chat.experimental.statusIndicator.enabled": true,
|
|
500
|
+
"githubPullRequests.experimental.chat": true,
|
|
501
|
+
"githubPullRequests.experimental.notificationsView": true,
|
|
502
|
+
"githubPullRequests.experimental.useQuickChat": true,
|
|
503
|
+
"github.copilot.chat.followUps": "always",
|
|
504
|
+
"workbench.commandPalette.experimental.suggestCommands": true,
|
|
505
|
+
"github.copilot.chat.scopeSelection": true,
|
|
506
|
+
"github.copilot.chat.agent.thinkingTool": true,
|
|
507
|
+
"github.copilot.chat.languageContext.fix.typescript.enabled": true,
|
|
508
|
+
"github.copilot.chat.languageContext.inline.typescript.enabled": true,
|
|
509
|
+
"workbench.editor.empty.hint": "hidden",
|
|
510
|
+
"extensions.ignoreRecommendations": true,
|
|
511
|
+
"chat.tools.terminal.autoApprove": {
|
|
512
|
+
"mv": true
|
|
513
|
+
},
|
|
514
|
+
"github.copilot.chat.alternateGptPrompt.enabled": true,
|
|
515
|
+
"github.copilot.chat.commitMessageGeneration.instructions": [
|
|
516
|
+
{ "text": "Use conventional google standard commit message format. example: [feat/fix/chore](scope): message" }
|
|
517
|
+
]
|
|
518
|
+
}
|