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,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
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
|