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.
Files changed (227) hide show
  1. package/.claude/settings.local.json +3 -0
  2. package/CLAUDE.md +94 -0
  3. package/README.md +424 -0
  4. package/TERMINAL_SHORTCUTS.md +96 -0
  5. package/WINDOWS_COMPATIBILITY.md +85 -0
  6. package/WINDOWS_MCP_SETUP.md +133 -0
  7. package/apps/RectangleConfig.plist +0 -0
  8. package/apps/Synergy +84 -0
  9. package/apps/iStat Menus Settings.ismp7 +0 -0
  10. package/claude/CLAUDE.md +228 -0
  11. package/claude/commands/changelog.md +36 -0
  12. package/claude/commands/commit.md +29 -0
  13. package/claude/commands/context.md +112 -0
  14. package/claude/commands/dash.md +37 -0
  15. package/claude/commands/deploy-check.md +37 -0
  16. package/claude/commands/deps.md +26 -0
  17. package/claude/commands/duplo.md +56 -0
  18. package/claude/commands/explain.md +43 -0
  19. package/claude/commands/fix-and-test.md +46 -0
  20. package/claude/commands/game-debug.md +66 -0
  21. package/claude/commands/games.md +53 -0
  22. package/claude/commands/go.md +147 -0
  23. package/claude/commands/guard.md +102 -0
  24. package/claude/commands/handoff.md +66 -0
  25. package/claude/commands/incident.md +144 -0
  26. package/claude/commands/init.md +78 -0
  27. package/claude/commands/k8s-debug.md +31 -0
  28. package/claude/commands/lint.md +27 -0
  29. package/claude/commands/merge-all.md +115 -0
  30. package/claude/commands/merge.md +129 -0
  31. package/claude/commands/mikpc.md +54 -0
  32. package/claude/commands/morning.md +72 -0
  33. package/claude/commands/partymode.md +105 -0
  34. package/claude/commands/plans.md +88 -0
  35. package/claude/commands/pr.md +41 -0
  36. package/claude/commands/prep.md +132 -0
  37. package/claude/commands/push-sync.md +82 -0
  38. package/claude/commands/push.md +34 -0
  39. package/claude/commands/research.md +73 -0
  40. package/claude/commands/retro.md +95 -0
  41. package/claude/commands/review-pr.md +96 -0
  42. package/claude/commands/review.md +41 -0
  43. package/claude/commands/scaffold-agent.md +45 -0
  44. package/claude/commands/setup.md +92 -0
  45. package/claude/commands/ship-prod.md +97 -0
  46. package/claude/commands/ship.md +82 -0
  47. package/claude/commands/simplify.md +42 -0
  48. package/claude/commands/spike.md +110 -0
  49. package/claude/commands/status.md +37 -0
  50. package/claude/commands/sync.md +72 -0
  51. package/claude/commands/test.md +29 -0
  52. package/claude/commands/triage.md +72 -0
  53. package/claude/desktop/claude_desktop_config.json +9 -0
  54. package/claude/hooks.json +15 -0
  55. package/claude/mcp-servers.duplo.json +8 -0
  56. package/claude/mcp-servers.json +62 -0
  57. package/claude/scripts/psdebug.ps1 +7 -0
  58. package/claude/settings.json +38 -0
  59. package/claude/settings.local.json +4 -0
  60. package/claude/statusline-command.sh +94 -0
  61. package/claude/templates/CLAUDE-k8s-devops.md +58 -0
  62. package/claude/templates/CLAUDE-python-agent.md +47 -0
  63. package/claude/templates/CLAUDE-typescript-frontend.md +50 -0
  64. package/docker/ai-stack/docker-compose.yml +76 -0
  65. package/docker/ai-stack/searxng/limiter.toml +3 -0
  66. package/docker/ai-stack/searxng/settings.yml +39 -0
  67. package/docker/cli/config.json.template +15 -0
  68. package/docker/cli/daemon.json +9 -0
  69. package/docker/cli/features.json +3 -0
  70. package/docker/mcp/catalog.json +9 -0
  71. package/docker/mcp/catalogs/docker-mcp.yaml +15107 -0
  72. package/docker/mcp/config.yaml +0 -0
  73. package/docker/mcp/registry.yaml +37 -0
  74. package/docker/mcp/tools.yaml +0 -0
  75. package/docs/context/.gitkeep +0 -0
  76. package/docs/context/2026-03-02-configs.md +142 -0
  77. package/docs/handoff/.gitkeep +0 -0
  78. package/docs/incidents/.gitkeep +0 -0
  79. package/docs/plans/2026-02-28-autonomous-command-suite-design.md +250 -0
  80. package/docs/plans/2026-02-28-autonomous-command-suite.md +682 -0
  81. package/docs/plans/2026-03-01-ai-stack-split-architecture.md +72 -0
  82. package/docs/plans/2026-03-02-ai-stack-expansion.md +33 -0
  83. package/docs/plans/2026-03-02-merge-commands-design.md +58 -0
  84. package/docs/plans/2026-03-02-merge-commands.md +354 -0
  85. package/docs/research/.gitkeep +0 -0
  86. package/docs/research/2026-03-02-configs-repo-architecture.md +152 -0
  87. package/docs/retros/.gitkeep +0 -0
  88. package/docs/retros/2026-03-01-ai-stack-split-architecture.md +38 -0
  89. package/docs/spikes/.gitkeep +0 -0
  90. package/gh/config.yml +16 -0
  91. package/gh/hosts.yml +5 -0
  92. package/gh/main.json +103 -0
  93. package/ghostty/config +90 -0
  94. package/git/config/base.gitconfig +46 -0
  95. package/git/config/chiefmikey.gitconfig +11 -0
  96. package/git/config/personal.gitconfig +10 -0
  97. package/git/config/work.gitconfig +14 -0
  98. package/ide/cursor/extensions.txt +111 -0
  99. package/ide/cursor/keybindings.json +307 -0
  100. package/ide/cursor/mcp.json +92 -0
  101. package/ide/cursor/settings.json +544 -0
  102. package/ide/vscode/extensions.txt +120 -0
  103. package/ide/vscode/insiders/extensions.txt +119 -0
  104. package/ide/vscode/insiders/keybindings.json +294 -0
  105. package/ide/vscode/insiders/settings.json +518 -0
  106. package/ide/vscode/keybindings.json +294 -0
  107. package/ide/vscode/settings.json +526 -0
  108. package/ide/vscode/vscode/extensions.txt +43 -0
  109. package/iterm/Mikey Pro.json +951 -0
  110. package/iterm/com.googlecode.iterm2.plist +5549 -0
  111. package/iterm/font/MesloLGS NF Bold Italic.ttf +0 -0
  112. package/iterm/font/MesloLGS NF Bold.ttf +0 -0
  113. package/iterm/font/MesloLGS NF Italic.ttf +0 -0
  114. package/iterm/font/MesloLGS NF Regular.ttf +0 -0
  115. package/package.json +15 -0
  116. package/scripts/ai/deploy-ai-stack.sh +119 -0
  117. package/scripts/ai/fix-ai-proxy.service +12 -0
  118. package/scripts/ai/fix-ai-proxy.sh +25 -0
  119. package/scripts/brew/search/brew-search-results.sh +19 -0
  120. package/scripts/brew/search/brew-search.sh +34 -0
  121. package/scripts/brew/upgrade/brew-upgrade-autoupdate.sh +5 -0
  122. package/scripts/brew/upgrade/brew-upgrade-full-auto.sh +89 -0
  123. package/scripts/brew/upgrade/brew-upgrade-full.sh +159 -0
  124. package/scripts/docker/cleanup/docker-cleanup-manage.sh +163 -0
  125. package/scripts/docker/cleanup/docker-cleanup.cron +12 -0
  126. package/scripts/docker/cleanup/docker-cleanup.sh +280 -0
  127. package/scripts/docker/install/README.md +23 -0
  128. package/scripts/docker/install/docker-al2.sh +7 -0
  129. package/scripts/docker/install/docker-compose-al2.sh +15 -0
  130. package/scripts/gh/auth/auth.sh +12 -0
  131. package/scripts/gh/config/gh-config.sh +3 -0
  132. package/scripts/gh/gist/gh-gist-create.sh +29 -0
  133. package/scripts/gh/gist/gh-gist-delete.sh +1 -0
  134. package/scripts/gh/gist/gh-gist-edit.sh +8 -0
  135. package/scripts/gh/gpg-key/gh-gpg-key-add.sh +3 -0
  136. package/scripts/gh/install/install.sh +7 -0
  137. package/scripts/gh/label/gh-label-clone.sh +0 -0
  138. package/scripts/gh/label/gh-label-create.sh +0 -0
  139. package/scripts/gh/label/gh-label-delete.sh +0 -0
  140. package/scripts/gh/label/gh-label-edit.sh +0 -0
  141. package/scripts/gh/label/gh-label-list.sh +0 -0
  142. package/scripts/gh/secret/gh-secret-delete.sh +24 -0
  143. package/scripts/gh/secret/gh-secret-set.sh +70 -0
  144. package/scripts/gh/ssh-key/gh-ssh-key-add.sh +8 -0
  145. package/scripts/git/add/git-add.sh +3 -0
  146. package/scripts/git/auth/README.md +11 -0
  147. package/scripts/git/auth/https.sh +20 -0
  148. package/scripts/git/auth/ssh-mac.sh +41 -0
  149. package/scripts/git/branch-delete/git-branch-delete.sh +16 -0
  150. package/scripts/git/checkout/git-checkout-stash.sh +32 -0
  151. package/scripts/git/temp/git-temp-pull.sh +6 -0
  152. package/scripts/git/temp/git-temp-push.sh +5 -0
  153. package/scripts/install/fresh.zsh +34 -0
  154. package/scripts/install/full-install.zsh +193 -0
  155. package/scripts/linux/codedeploy/README.md +19 -0
  156. package/scripts/linux/codedeploy/linux-codedeploy-al2.sh +13 -0
  157. package/scripts/linux/codedeploy/linux-codedeploy-index.sh +16 -0
  158. package/scripts/linux/codedeploy/linux-codedeploy-ubuntu.sh +14 -0
  159. package/scripts/linux/coredns/README.md +17 -0
  160. package/scripts/linux/coredns/linux-coredns-al2.sh +29 -0
  161. package/scripts/linux/wifi/01-netconf.yaml +21 -0
  162. package/scripts/linux/wifi/wifi-ubuntu.sh +17 -0
  163. package/scripts/mac/dock-sort/mac-dock-sort.sh +87 -0
  164. package/scripts/mac/dropbox-ignore/mac-dropbox-ignore.sh +12 -0
  165. package/scripts/mac/sudo-askpass/mac-sudo-askpass.sh +50 -0
  166. package/scripts/mac/sudo-askpass/setup-sudo-password.sh +49 -0
  167. package/scripts/mac/upgrade/mac-upgrade.sh +21 -0
  168. package/scripts/mac/vpn/mac-vpn.sh +4 -0
  169. package/scripts/mcp/aws-mcp-wrapper.ps1 +97 -0
  170. package/scripts/mcp/aws-mcp-wrapper.sh +53 -0
  171. package/scripts/mcp/duplo-mcp-wrapper.sh +31 -0
  172. package/scripts/mcp/filesystem-mcp-wrapper.ps1 +43 -0
  173. package/scripts/mcp/filesystem-mcp-wrapper.sh +34 -0
  174. package/scripts/mcp/git-mcp-wrapper.ps1 +42 -0
  175. package/scripts/mcp/git-mcp-wrapper.sh +33 -0
  176. package/scripts/mcp/github-mcp-wrapper.ps1 +43 -0
  177. package/scripts/mcp/github-mcp-wrapper.sh +19 -0
  178. package/scripts/mcp/kubernetes-mcp-wrapper.ps1 +22 -0
  179. package/scripts/mcp/kubernetes-mcp-wrapper.sh +16 -0
  180. package/scripts/mcp/mcp-launcher.ps1 +56 -0
  181. package/scripts/mcp/mcp-launcher.sh +71 -0
  182. package/scripts/mcp/mongodb-mcp-wrapper.ps1 +26 -0
  183. package/scripts/mcp/mongodb-mcp-wrapper.sh +17 -0
  184. package/scripts/mcp/notion-mcp-wrapper.ps1 +23 -0
  185. package/scripts/mcp/notion-mcp-wrapper.sh +14 -0
  186. package/scripts/mcp/postgres-mcp-wrapper.ps1 +23 -0
  187. package/scripts/mcp/postgres-mcp-wrapper.sh +16 -0
  188. package/scripts/npm/ncu/npm-ncu.sh +24 -0
  189. package/scripts/npm/upgrade/npm-upgrade.sh +51 -0
  190. package/scripts/qmk/build_reviung41.sh +28 -0
  191. package/scripts/qmk/sync_unicorne.sh +44 -0
  192. package/scripts/sync/README.md +64 -0
  193. package/scripts/sync/config-common.zsh +882 -0
  194. package/scripts/sync/pull-configs.ps1 +33 -0
  195. package/scripts/sync/pull-configs.zsh +278 -0
  196. package/scripts/sync/push-configs.ps1 +91 -0
  197. package/scripts/sync/push-configs.zsh +384 -0
  198. package/shell/alias/alias-d.zsh +333 -0
  199. package/shell/alias/alias.zsh +36 -0
  200. package/shell/alias/categories/development.zsh +157 -0
  201. package/shell/alias/categories/environment.zsh +13 -0
  202. package/shell/alias/categories/git.zsh +40 -0
  203. package/shell/alias/categories/github-functions.zsh +459 -0
  204. package/shell/alias/categories/network.zsh +46 -0
  205. package/shell/alias/categories/path.zsh +46 -0
  206. package/shell/alias/categories/system.zsh +78 -0
  207. package/shell/alias/categories/wolfe-server.zsh +11 -0
  208. package/shell/powershell/Microsoft.PowerShell_profile.ps1 +208 -0
  209. package/shell/zsh/.p10k.zsh +1832 -0
  210. package/shell/zsh/.zshrc +87 -0
  211. package/shell/zsh/config/completion.zsh +31 -0
  212. package/shell/zsh/config/functions.zsh +31 -0
  213. package/shell/zsh/config/keybindings.zsh +13 -0
  214. package/shell/zsh/config/options.zsh +56 -0
  215. package/shell/zsh/config/plugins.zsh +83 -0
  216. package/shell/zsh/config/variables.zsh +191 -0
  217. package/shell/zsh/powerlevel10k.zsh-theme +83 -0
  218. package/shell/zsh/zsh-autosuggestions.zsh +871 -0
  219. package/ssh/config +46 -0
  220. package/ssh/config.duplo +21 -0
  221. package/ssh/config.mikpc +35 -0
  222. package/ssh/personal_signing.pub +1 -0
  223. package/templates/.envrc.example +34 -0
  224. package/templates/.envrc.quickstart +17 -0
  225. package/wezterm/wezterm.lua +249 -0
  226. package/wsl/.wslconfig +3 -0
  227. package/wsl/wsl.conf +18 -0
@@ -0,0 +1,38 @@
1
+ # Retro: AI Stack Split Architecture
2
+
3
+ _Date: 2026-03-01_
4
+ _Plan: docs/plans/2026-03-01-ai-stack-split-architecture.md_
5
+
6
+ ## What Worked
7
+
8
+ - **wolfe-server's existing service pattern** (docker-compose + .env + .service + unpack.sh) made adding 5 new services systematic and predictable. Following the pattern meant no guesswork.
9
+ - **Parallel verification agents** caught all issues simultaneously — saved significant time vs. sequential debugging.
10
+ - **LAN IP fallback** (192.168.0.5) immediately resolved the Tailscale ACL issue without needing admin console access. Both machines on same LAN makes this reliable.
11
+ - **Deploy script + rsync** for mikpc worked cleanly — single command to update and restart GPU services.
12
+
13
+ ## What Didn't Work
14
+
15
+ - **Port 3000 conflict** — AdGuard Home already uses port 3000 on wolfe-server. Not caught until first deployment because the research phase didn't check `docker ps` for existing port mappings. **Fix**: Research phase should always check existing port allocations before assigning new ones.
16
+ - **unpack.sh `set -euo pipefail`** — one service failure (Open WebUI port conflict) stopped all remaining services from deploying. The configs repo's push-configs.zsh intentionally avoids `set -e` for this reason, but wolfe-server uses it. This caused 3 services to not deploy on first run.
17
+ - **ACE-Step model checkpoints in container layer** — without a named volume, model weights (~4GB) were lost on container recreate, causing crash loops and multi-minute re-downloads. **Fix applied**: added `ace-step-checkpoints` named volume.
18
+ - **Tailscale ACL blocking `tag:wolfe`** — wolfe-server is tagged, not user-owned, so it's excluded from the default ACL allow list. This blocked ALL TCP from wolfe-server to mikpc via Tailscale. The Windows Firewall was a red herring initially.
19
+
20
+ ## What Was Surprising
21
+
22
+ - **Mac reaches mikpc via Tailscale but wolfe-server can't** — both are on the same network, but the ACL discriminates based on device ownership (user-owned vs tagged). Easy to assume "if Mac works, everything works."
23
+ - **`docker compose up -d` doesn't recreate on .env changes** — need `--force-recreate` when env files change. This is documented Docker behavior but easy to forget.
24
+ - **n8n permissions** — runs as uid 1000 (node user) but data dirs created by root. Need `chown 1000:1000` before first start.
25
+
26
+ ## Learnings for Future Sessions
27
+
28
+ 1. **Always check existing port allocations** before adding services to any machine: `docker ps --format '{{.Ports}}'`
29
+ 2. **GPU service model downloads need persistent volumes** — always mount checkpoint/model directories as named volumes
30
+ 3. **Tailscale ACL matters for tagged devices** — `tag:wolfe` doesn't get the same access as user-owned devices. Check ACL when debugging cross-machine connectivity.
31
+ 4. **Use LAN IP for co-located machines** — faster, simpler, avoids Tailscale ACL issues. Tailscale IP only needed for remote access from outside the LAN.
32
+ 5. **`set -euo pipefail` in deployment scripts means one failure = total failure** — design deployments to be resilient or at least know this behavior.
33
+
34
+ ## Open Items
35
+
36
+ - **Tailscale ACL**: Add `tag:wolfe` to allowed sources at https://login.tailscale.com/admin/acls — this would fix Tailscale-based connectivity and is the proper long-term fix
37
+ - **Perplexica config persistence**: Config resets on container restart. Could be solved by mounting a config volume or adding a post-start hook to the systemd service
38
+ - **n8n Python runner**: Missing Python 3 in container — Python-based n8n nodes won't work. Not needed currently but worth noting
File without changes
package/gh/config.yml ADDED
@@ -0,0 +1,16 @@
1
+ # What protocol to use when performing git operations. Supported values: ssh, https
2
+ git_protocol: ssh
3
+ # What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
4
+ editor:
5
+ # When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
6
+ prompt: enabled
7
+ # A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager.
8
+ pager:
9
+ # Aliases allow you to create nicknames for gh commands
10
+ aliases:
11
+ co: pr checkout
12
+ # The path to a unix socket through which send HTTP connections. If blank, HTTP traffic will be handled by net/http.DefaultTransport.
13
+ http_unix_socket:
14
+ # What web browser gh should use when opening URLs. If blank, will refer to environment.
15
+ browser:
16
+ version: "1"
package/gh/hosts.yml ADDED
@@ -0,0 +1,5 @@
1
+ github.com:
2
+ git_protocol: ssh
3
+ user: chiefmikey
4
+ users:
5
+ chiefmikey:
package/gh/main.json ADDED
@@ -0,0 +1,103 @@
1
+ {
2
+ "name": "main",
3
+ "target": "branch",
4
+ "source_type": "Repository",
5
+ "enforcement": "active",
6
+ "conditions": {
7
+ "ref_name": {
8
+ "exclude": [],
9
+ "include": [
10
+ "~DEFAULT_BRANCH"
11
+ ]
12
+ }
13
+ },
14
+ "rules": [
15
+ {
16
+ "type": "deletion"
17
+ },
18
+ {
19
+ "type": "non_fast_forward"
20
+ },
21
+ {
22
+ "type": "pull_request",
23
+ "parameters": {
24
+ "required_approving_review_count": 1,
25
+ "dismiss_stale_reviews_on_push": false,
26
+ "required_reviewers": [],
27
+ "require_code_owner_review": false,
28
+ "require_last_push_approval": false,
29
+ "required_review_thread_resolution": false,
30
+ "allowed_merge_methods": [
31
+ "merge",
32
+ "squash",
33
+ "rebase"
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "type": "copilot_code_review",
39
+ "parameters": {
40
+ "review_on_push": true,
41
+ "review_draft_pull_requests": true
42
+ }
43
+ },
44
+ {
45
+ "type": "copilot_code_review_analysis_tools",
46
+ "parameters": {
47
+ "tools": [
48
+ {
49
+ "name": "CodeQL"
50
+ },
51
+ {
52
+ "name": "ESLint"
53
+ },
54
+ {
55
+ "name": "PMD"
56
+ }
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "type": "code_quality",
62
+ "parameters": {
63
+ "severity": "errors"
64
+ }
65
+ },
66
+ {
67
+ "type": "code_scanning",
68
+ "parameters": {
69
+ "code_scanning_tools": [
70
+ {
71
+ "tool": "CodeQL",
72
+ "security_alerts_threshold": "high_or_higher",
73
+ "alerts_threshold": "errors"
74
+ }
75
+ ]
76
+ }
77
+ },
78
+ {
79
+ "type": "required_signatures"
80
+ },
81
+ {
82
+ "type": "required_status_checks",
83
+ "parameters": {
84
+ "strict_required_status_checks_policy": false,
85
+ "do_not_enforce_on_create": true,
86
+ "required_status_checks": [
87
+ {
88
+ "context": "Backend: Build and Test",
89
+ "integration_id": 15368
90
+ },
91
+ {
92
+ "context": "Backend: Policy Tests",
93
+ "integration_id": 15368
94
+ },
95
+ {
96
+ "context": "UI: Build and Test",
97
+ "integration_id": 15368
98
+ }
99
+ ]
100
+ }
101
+ }
102
+ ]
103
+ }
package/ghostty/config ADDED
@@ -0,0 +1,90 @@
1
+ # Ghostty Configuration — Mikey Pro theme (ported from iTerm2)
2
+ # Equivalent to iTerm2 + WezTerm "Mikey Pro" setup
3
+
4
+ # ─── Font ───────────────────────────────────────────────────────────────────────
5
+ font-family = Menlo
6
+ font-family = MesloLGS NF
7
+ font-size = 16
8
+ adjust-cell-height = 20%
9
+
10
+ # ─── Colors — Mikey Pro (custom Monokai Pro variant) ────────────────────────────
11
+ background = #1d1b1d
12
+ foreground = #fcfcfa
13
+ cursor-color = #7e6fb2
14
+ cursor-text = #fcfcfa
15
+ selection-foreground = #1d1b1d
16
+ selection-background = #7e6fb2
17
+
18
+ # ANSI normal
19
+ palette = 0=#4f4e4f
20
+ palette = 1=#9e475e
21
+ palette = 2=#96c766
22
+ palette = 3=#ddbd53
23
+ palette = 4=#4f4e4f
24
+ palette = 5=#7e6fb2
25
+ palette = 6=#5dacb7
26
+ palette = 7=#727072
27
+
28
+ # ANSI bright
29
+ palette = 8=#727072
30
+ palette = 9=#ff6188
31
+ palette = 10=#a9dc76
32
+ palette = 11=#ffd866
33
+ palette = 12=#727072
34
+ palette = 13=#ab9df2
35
+ palette = 14=#78dce8
36
+ palette = 15=#727072
37
+
38
+ # ─── Background Image ───────────────────────────────────────────────────────────
39
+ # background-image = /Users/mikl/Dropbox/Other/sv/IMG_4525.JPG
40
+ # background-image-opacity = 0.15
41
+ # background-image-fit = cover
42
+ # background-image-position = center
43
+
44
+ # ─── Cursor ─────────────────────────────────────────────────────────────────────
45
+ cursor-style = block
46
+ cursor-style-blink = false
47
+
48
+ # ─── Text ───────────────────────────────────────────────────────────────────────
49
+ bold-color = bright
50
+ minimum-contrast = 1.5
51
+
52
+ # ─── Window ─────────────────────────────────────────────────────────────────────
53
+ window-width = 160
54
+ window-height = 60
55
+ window-padding-x = 8
56
+ window-padding-y = 8
57
+ macos-titlebar-style = tabs
58
+ window-save-state = always
59
+ window-theme = dark
60
+ title = " "
61
+
62
+ # ─── Tabs & Splits ──────────────────────────────────────────────────────────────
63
+ split-divider-color = #3d3b3d
64
+
65
+ # ─── Terminal Behavior ──────────────────────────────────────────────────────────
66
+ term = xterm-256color
67
+ scrollback-limit = 10000000
68
+ confirm-close-surface = false
69
+ mouse-hide-while-typing = true
70
+ copy-on-select = true
71
+ shell-integration = detect
72
+ shell-integration-features = no-cursor,sudo,title
73
+
74
+ # ─── macOS ──────────────────────────────────────────────────────────────────────
75
+ # Left Option sends Esc+ (for alt/meta key in shell), right Option stays normal
76
+ macos-option-as-alt = left
77
+ quit-after-last-window-closed = false
78
+
79
+ # ─── Keybindings ────────────────────────────────────────────────────────────────
80
+ # Defaults (matching iTerm2):
81
+ # Cmd+T/W/D/Shift+D/K/N, Cmd+1-9, Ctrl+Tab, Cmd+[/], Cmd+Enter
82
+ # Cmd+Shift+Enter → zoom focused split (toggle)
83
+ # Cmd+Shift+P → command palette
84
+ # Cmd+Shift+J → write scrollback to file (paste path)
85
+
86
+ # Quick terminal (quake-style dropdown) — global hotkey
87
+ keybind = global:super+grave_accent=toggle_quick_terminal
88
+
89
+ # Pin terminal above all windows
90
+ keybind = super+shift+f=toggle_window_float_on_top
@@ -0,0 +1,46 @@
1
+ # Git Configuration - Shared Base Settings
2
+ # This file contains common git configuration that applies to all profiles
3
+
4
+ [core]
5
+ editor = code --wait
6
+
7
+ [init]
8
+ defaultBranch = main
9
+ templatedir = ~/.git-templates
10
+
11
+ [fetch]
12
+ prune = true
13
+
14
+ [color]
15
+ ui = auto
16
+
17
+ [push]
18
+ default = current
19
+
20
+ [web]
21
+ browser = chrome
22
+
23
+ [alias]
24
+ aliases = !git config --list | grep 'alias\\.' | sed 's/alias\\.\\([^=]*\\)=\\(.*\\)/\\1\\ \t => \\2/' | sort
25
+ dlm = !git fetch && git branch --merged | egrep -v 'master' | xargs git branch -d
26
+ lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
27
+ hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
28
+ fwl = push --force-with-lease
29
+
30
+ [commit]
31
+ gpgsign = true
32
+
33
+ [gpg]
34
+ format = ssh
35
+
36
+ [gpg "ssh"]
37
+ program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
38
+
39
+ [pull]
40
+ rebase = false
41
+
42
+ [filter "lfs"]
43
+ clean = git-lfs clean -- %f
44
+ smudge = git-lfs smudge -- %f
45
+ process = git-lfs filter-process
46
+ required = true
@@ -0,0 +1,11 @@
1
+ # Git Configuration - chiefmikey (scoped include)
2
+ # This config is only included for repos in /Users/mikl/Dropbox/duplo/dev/chiefmikey/
3
+
4
+ [user]
5
+ name = chiefmikey
6
+ email = chiefmikey@users.noreply.github.com
7
+ signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGEDLKukaKrIbAJTyyVNMfHsEzn5AHBxlAiA5wqI9k75
8
+
9
+ # Rewrite github.com URLs to use github-chiefmikey host (only applies in dev/chiefmikey dir)
10
+ [url "git@github-chiefmikey:"]
11
+ insteadOf = git@github.com:
@@ -0,0 +1,10 @@
1
+ # Git Configuration - Personal Profile (mikbook host)
2
+ # This file contains user-specific settings for personal projects
3
+
4
+ [user]
5
+ name = Mikl Wolfe
6
+ email = wolfemikl@gmail.com
7
+ signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGEDLKukaKrIbAJTyyVNMfHsEzn5AHBxlAiA5wqI9k75
8
+
9
+ [include]
10
+ path = ~/.config/git/base.gitconfig
@@ -0,0 +1,14 @@
1
+ # Git Configuration - Work Profile (duplo host only)
2
+ # Work identity and signing key - do not use on other machines
3
+
4
+ [user]
5
+ name = Mikl Wolfe
6
+ email = wolfemikl+duplo@gmail.com
7
+ signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIgpIcLuet6LaYXPj7vVjoKSAAVYHRY/Ogi09723Yxh7
8
+
9
+ [include]
10
+ path = ~/.config/git/base.gitconfig
11
+
12
+ # Use chiefmikey identity for any repos under this directory tree (duplo host).
13
+ [includeIf "gitdir:/Users/mikl/Dropbox/duplo/dev/chiefmikey/"]
14
+ path = ~/.config/git/chiefmikey.gitconfig
@@ -0,0 +1,111 @@
1
+ angular.ng-template
2
+ anysphere.cursorpyright
3
+ anysphere.remote-containers
4
+ anysphere.remote-ssh
5
+ anysphere.remote-wsl
6
+ arcanis.vscode-zipfs
7
+ bierner.markdown-preview-github-styles
8
+ bmalehorn.shell-syntax
9
+ cezaraugusto.vscode-chrome-extesion-manifest-json-schema
10
+ charliermarsh.ruff
11
+ christian-kohler.npm-intellisense
12
+ christian-kohler.path-intellisense
13
+ codesee.maps
14
+ danielthielking.aws-cloudformation-yaml
15
+ dbaeumer.vscode-eslint
16
+ dnicolson.binary-plist
17
+ donjayamanne.githistory
18
+ dotjoshjohnson.xml
19
+ eamodio.gitlens
20
+ ecmel.vscode-html-css
21
+ editorconfig.editorconfig
22
+ esbenp.prettier-vscode
23
+ fabiospampinato.vscode-diff
24
+ firsttris.vscode-jest-runner
25
+ formulahendry.code-runner
26
+ frumbasjt.chapel
27
+ gitduck.code-streaming
28
+ github.codespaces
29
+ github.remotehub
30
+ github.vscode-codeql
31
+ github.vscode-github-actions
32
+ github.vscode-pull-request-github
33
+ grapecity.gc-excelviewer
34
+ graphql.vscode-graphql
35
+ graphql.vscode-graphql-execution
36
+ graphql.vscode-graphql-syntax
37
+ hbenl.vscode-test-explorer
38
+ ibm.output-colorizer
39
+ jakearl.vscode-sonic-pi
40
+ jock.svg
41
+ kakumei.ts-debug
42
+ leizongmin.node-module-intellisense
43
+ leodevbro.blockman
44
+ mads-hartmann.bash-ide-vscode
45
+ mechatroner.rainbow-csv
46
+ mikestead.dotenv
47
+ monokai.theme-monokai-pro-vscode
48
+ mrmlnc.vscode-apache
49
+ mrmlnc.vscode-scss
50
+ ms-azuretools.vscode-containers
51
+ ms-azuretools.vscode-docker
52
+ ms-dotnettools.csdevkit
53
+ ms-dotnettools.csharp
54
+ ms-dotnettools.vscode-dotnet-pack
55
+ ms-dotnettools.vscode-dotnet-runtime
56
+ ms-dotnettools.vscodeintellicode-csharp
57
+ ms-kubernetes-tools.vscode-kubernetes-tools
58
+ ms-ossdata.vscode-pgsql
59
+ ms-python.debugpy
60
+ ms-python.isort
61
+ ms-python.pylint
62
+ ms-python.python
63
+ ms-python.vscode-python-envs
64
+ ms-vscode-remote.remote-ssh-edit
65
+ ms-vscode-remote.vscode-remote-extensionpack
66
+ ms-vscode.azure-repos
67
+ ms-vscode.cmake-tools
68
+ ms-vscode.cpptools
69
+ ms-vscode.cpptools-extension-pack
70
+ ms-vscode.cpptools-themes
71
+ ms-vscode.powershell
72
+ ms-vscode.remote-explorer
73
+ ms-vscode.remote-repositories
74
+ ms-vscode.remote-server
75
+ ms-vscode.test-adapter-converter
76
+ ms-vscode.vscode-speech
77
+ ms-vscode.vscode-typescript-next
78
+ ms-vsliveshare.vsliveshare
79
+ msjsdiag.vscode-react-native
80
+ mtxr.sqltools
81
+ naumovs.color-highlight
82
+ openai.chatgpt
83
+ orta.vscode-jest
84
+ redhat.vscode-yaml
85
+ ritwickdey.liveserver
86
+ rogalmic.zsh-debug
87
+ s00500.sonic-pi-extension
88
+ samuelcolvin.jinjahtml
89
+ shanoor.vscode-nginx
90
+ sonarsource.sonarlint-vscode
91
+ spadin.zmk-tools
92
+ streetsidesoftware.code-spell-checker
93
+ stylelint.vscode-stylelint
94
+ svelte.svelte-vscode
95
+ sysoev.language-stylus
96
+ tamasfe.even-better-toml
97
+ timonwong.shellcheck
98
+ tintinweb.vscode-decompiler
99
+ tomoki1207.pdf
100
+ tusaeff.vscode-iterm2-theme-sync
101
+ vincaslt.highlight-matching-tag
102
+ visualstudioexptteam.intellicode-api-usage-examples
103
+ visualstudioexptteam.vscodeintellicode
104
+ visualstudioexptteam.vscodeintellicode-completions
105
+ visualstudioexptteam.vscodeintellicode-insiders
106
+ visualstudiotoolsforunity.vstuc
107
+ vue.volar
108
+ wakatime.vscode-wakatime
109
+ wmaurer.change-case
110
+ yzhang.markdown-all-in-one
111
+ zignd.html-css-class-completion