From 874f263e4401fdd21d176661d962d7922ee6d4f6 Mon Sep 17 00:00:00 2001 From: Christopher Lamm Date: Thu, 2 Oct 2025 09:11:31 -0400 Subject: [PATCH 1/3] update loadout table with all current tools and links --- README.md | 80 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 55 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 2290244..e97c026 100644 --- a/README.md +++ b/README.md @@ -23,31 +23,61 @@ _chezmoi-powered personal environment. keyboard-first. cross-platform._ ## 🧰 Loadout -| Category | Tool | Key Files (chezmoi paths) | Docs | -| ------------------- | ----------- | ------------------------------------------------------------------------ | --------------------------------------------- | -| **macOS WM** | AeroSpace | `dot_config/aerospace/aerospace.toml` | [`AEROSPACE.md`](documentation/AEROSPACE.md) | -| | Karabiner | `dot_config/private_karabiner/private_karabiner.json` | [`KARABINER.md`](documentation/KARABINER.md) | -| **Windows WM** | GlazeWM | `dot_glzr/glazewm/config.yaml` | [`GLAZEWM.md`](documentation/GLAZEWM.md) | -| | Zebar | `dot_glzr/zebar/settings.json` | - | -| **Shells** | zsh | `dot_zshrc` | - | -| | oh-my-zsh | `dot_oh-my-zsh` | [`ZSH.md`](documentation/ZSH.md) | -| | PowerShell | `dot_profile.ps1` | - | -| **Terminals** | Kitty | `dot_config/kitty` | - | -| | Warp | - | - | -| **Editor** | Helix | `dot_config/helix/config.toml.tmpl`, `dot_config/helix/languages.toml` | - | -| | nano | `dot_nanorc` | - | -| **File Management** | Superfile | `dot_config/superfile/config.toml`, `dot_config/superfile/hotkeys.toml` | - | -| | eza | `dot_config/eza` | - | -| **Viewers** | Glow | `dot_config/glow/Config/glow.yml` | - | -| | bat | `dot_config/bat` | - | -| **Notes** | nb | `dot_nbrc.tmpl` | - | -| **Dev Tools** | gh | - | - | -| | gh-dash | `dot_config/gh-dash/config.yml` | - | -| **JSON** | jq | - | - | -| **HTTP** | HTTPie | - | - | -| **Search** | fd | - | - | -| **Git** | - | `dot_gitconfig`, `dot_gitignore` | - | -| **Email** | neomutt | `dot_config/neomutt/neomuttrc`, `dot_config/neomutt/cyberwaverc` | - | +| Category | Tool | Link | Key Files (chezmoi paths) | +| ------------------- | --------------------- | ------------------------------------------------- | ------------------------------------------------------------------------ | +| **macOS WM** | AeroSpace | https://github.com/nikitabobko/AeroSpace | `dot_config/aerospace/aerospace.toml` | +| | Karabiner Elements | https://karabiner-elements.pqrs.org | `dot_config/private_karabiner/private_karabiner.json` | +| **Windows WM** | GlazeWM | https://github.com/glzr-io/glazewm | `dot_glzr/glazewm/config.yaml` | +| | Zebar | https://github.com/glzr-io/zebar | `dot_glzr/zebar/settings.json` | +| **Shells** | zsh | https://www.zsh.org | `dot_zshrc` | +| | oh-my-zsh | https://ohmyz.sh | `dot_oh-my-zsh` | +| | PowerShell | https://github.com/PowerShell/PowerShell | `dot_profile.ps1` | +| **Terminals** | Kitty | https://sw.kovidgoyal.net/kitty | `dot_config/kitty` | +| | Warp | https://www.warp.dev | - | +| **Editors** | Helix | https://helix-editor.com | `dot_config/helix/config.toml.tmpl`, `dot_config/helix/languages.toml` | +| | nano | https://www.nano-editor.org | `dot_nanorc` | +| | VS Code | https://code.visualstudio.com | - | +| **File Management** | Superfile | https://github.com/yorukot/superfile | `dot_config/superfile/config.toml`, `dot_config/superfile/hotkeys.toml` | +| | eza | https://github.com/eza-community/eza | `dot_config/eza` | +| | fd | https://github.com/sharkdp/fd | - | +| **Viewers** | Glow | https://github.com/charmbracelet/glow | `dot_config/glow/Config/glow.yml` | +| | bat | https://github.com/sharkdp/bat | `dot_config/bat` | +| **Notes** | nb | https://github.com/xwmx/nb | `dot_nbrc.tmpl` | +| **Dev Tools** | gh | https://cli.github.com | `dot_config/gh` | +| | gh-dash | https://github.com/dlvhdr/gh-dash | `dot_config/gh-dash/config.yml` | +| | OpenCode | https://opencode.sh | `dot_config/opencode/opencode.json` | +| | pre-commit | https://pre-commit.com | - | +| | GoReleaser | https://goreleaser.com | - | +| **Languages** | Go | https://go.dev | - | +| | Node.js (npm) | https://nodejs.org | - | +| | Python (uv) | https://docs.astral.sh/uv | - | +| **Go Tools** | gopls | https://pkg.go.dev/golang.org/x/tools/gopls | - | +| | delve | https://github.com/go-delve/delve | - | +| | goimports | https://pkg.go.dev/golang.org/x/tools/cmd/goimports | - | +| | golangci-lint | https://golangci-lint.run | - | +| | gocovsh | https://github.com/orlangure/gocovsh | - | +| | jlv | https://github.com/hedhyw/jlv | - | +| **Linters/Formatters** | markdownlint-cli2 | https://github.com/DavidAnson/markdownlint-cli2 | `.markdownlint.yml` | +| | marksman | https://github.com/artempyanykh/marksman | - | +| | taplo | https://taplo.tamasfe.dev | - | +| **Utilities** | jq | https://jqlang.github.io/jq | - | +| | HTTPie | https://httpie.io | - | +| | HTTPie Desktop | https://httpie.io/desktop | - | +| | freeze | https://github.com/charmbracelet/freeze | - | +| | wego | https://github.com/schachmat/wego | `dot_wegorc.tmpl` | +| | chezmoi | https://www.chezmoi.io | `chezmoi.toml.tmpl` | +| **Productivity** | Raycast | https://www.raycast.com | `dot_config/raycast` | +| | Notion | https://www.notion.so | - | +| | Granola | https://www.granola.so | - | +| | SteerMouse | https://plentycom.jp/en/steermouse | - | +| **AI Tools** | Claude | https://claude.ai | - | +| | Claude Code | https://claude.ai/code | - | +| | ChatGPT | https://chat.openai.com | - | +| | Ollama | https://ollama.com | - | +| **Network** | Tailscale | https://tailscale.com | - | +| **Email** | neomutt | https://neomutt.org | `dot_config/neomutt/neomuttrc`, `dot_config/neomutt/cyberwaverc` | +| **Font** | Hack Nerd Font | https://www.nerdfonts.com | - | +| **Config Manager** | Git | https://git-scm.com | `dot_gitconfig`, `dot_gitignore` | ## 🪪 License From ececf5913b0586cd5b23410100f50c657a0bde57 Mon Sep 17 00:00:00 2001 From: Christopher Lamm Date: Thu, 2 Oct 2025 09:12:43 -0400 Subject: [PATCH 2/3] remove Claude actions --- .github/workflows/claude-code-review.yml | 57 ------------------------ .github/workflows/claude.yml | 50 --------------------- 2 files changed, 107 deletions(-) delete mode 100644 .github/workflows/claude-code-review.yml delete mode 100644 .github/workflows/claude.yml diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml deleted file mode 100644 index 31c04fd..0000000 --- a/.github/workflows/claude-code-review.yml +++ /dev/null @@ -1,57 +0,0 @@ -name: Claude Code Review - -on: - pull_request: - types: [opened, synchronize] - # Optional: Only run on specific file changes - # paths: - # - "src/**/*.ts" - # - "src/**/*.tsx" - # - "src/**/*.js" - # - "src/**/*.jsx" - -jobs: - claude-review: - # Optional: Filter by PR author - # if: | - # github.event.pull_request.user.login == 'external-contributor' || - # github.event.pull_request.user.login == 'new-developer' || - # github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' - - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: read - issues: read - id-token: write - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - - name: Run Claude Code Review - id: claude-review - uses: anthropics/claude-code-action@v1 - with: - claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - prompt: | - REPO: ${{ github.repository }} - PR NUMBER: ${{ github.event.pull_request.number }} - - Please review this pull request and provide feedback on: - - Code quality and best practices - - Potential bugs or issues - - Performance considerations - - Security concerns - - Test coverage - - Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback. - - Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR. - - # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md - # or https://docs.claude.com/en/docs/claude-code/sdk#command-line for available options - claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"' - diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml deleted file mode 100644 index b1a3201..0000000 --- a/.github/workflows/claude.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: Claude Code - -on: - issue_comment: - types: [created] - pull_request_review_comment: - types: [created] - issues: - types: [opened, assigned] - pull_request_review: - types: [submitted] - -jobs: - claude: - if: | - (github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) || - (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) || - (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) || - (github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude'))) - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: read - issues: read - id-token: write - actions: read # Required for Claude to read CI results on PRs - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - - name: Run Claude Code - id: claude - uses: anthropics/claude-code-action@v1 - with: - claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - - # This is an optional setting that allows Claude to read CI results on PRs - additional_permissions: | - actions: read - - # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. - # prompt: 'Update the pull request description to include a summary of changes.' - - # Optional: Add claude_args to customize behavior and configuration - # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md - # or https://docs.claude.com/en/docs/claude-code/sdk#command-line for available options - # claude_args: '--model claude-opus-4-1-20250805 --allowed-tools Bash(gh pr:*)' - From 0469aef4f5c8561e73e74c3d79e22e050c9c1871 Mon Sep 17 00:00:00 2001 From: Christopher Lamm Date: Thu, 2 Oct 2025 09:16:59 -0400 Subject: [PATCH 3/3] add config column back, no raw links --- README.md | 113 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 58 insertions(+), 55 deletions(-) diff --git a/README.md b/README.md index e97c026..c11e12b 100644 --- a/README.md +++ b/README.md @@ -23,61 +23,64 @@ _chezmoi-powered personal environment. keyboard-first. cross-platform._ ## 🧰 Loadout -| Category | Tool | Link | Key Files (chezmoi paths) | -| ------------------- | --------------------- | ------------------------------------------------- | ------------------------------------------------------------------------ | -| **macOS WM** | AeroSpace | https://github.com/nikitabobko/AeroSpace | `dot_config/aerospace/aerospace.toml` | -| | Karabiner Elements | https://karabiner-elements.pqrs.org | `dot_config/private_karabiner/private_karabiner.json` | -| **Windows WM** | GlazeWM | https://github.com/glzr-io/glazewm | `dot_glzr/glazewm/config.yaml` | -| | Zebar | https://github.com/glzr-io/zebar | `dot_glzr/zebar/settings.json` | -| **Shells** | zsh | https://www.zsh.org | `dot_zshrc` | -| | oh-my-zsh | https://ohmyz.sh | `dot_oh-my-zsh` | -| | PowerShell | https://github.com/PowerShell/PowerShell | `dot_profile.ps1` | -| **Terminals** | Kitty | https://sw.kovidgoyal.net/kitty | `dot_config/kitty` | -| | Warp | https://www.warp.dev | - | -| **Editors** | Helix | https://helix-editor.com | `dot_config/helix/config.toml.tmpl`, `dot_config/helix/languages.toml` | -| | nano | https://www.nano-editor.org | `dot_nanorc` | -| | VS Code | https://code.visualstudio.com | - | -| **File Management** | Superfile | https://github.com/yorukot/superfile | `dot_config/superfile/config.toml`, `dot_config/superfile/hotkeys.toml` | -| | eza | https://github.com/eza-community/eza | `dot_config/eza` | -| | fd | https://github.com/sharkdp/fd | - | -| **Viewers** | Glow | https://github.com/charmbracelet/glow | `dot_config/glow/Config/glow.yml` | -| | bat | https://github.com/sharkdp/bat | `dot_config/bat` | -| **Notes** | nb | https://github.com/xwmx/nb | `dot_nbrc.tmpl` | -| **Dev Tools** | gh | https://cli.github.com | `dot_config/gh` | -| | gh-dash | https://github.com/dlvhdr/gh-dash | `dot_config/gh-dash/config.yml` | -| | OpenCode | https://opencode.sh | `dot_config/opencode/opencode.json` | -| | pre-commit | https://pre-commit.com | - | -| | GoReleaser | https://goreleaser.com | - | -| **Languages** | Go | https://go.dev | - | -| | Node.js (npm) | https://nodejs.org | - | -| | Python (uv) | https://docs.astral.sh/uv | - | -| **Go Tools** | gopls | https://pkg.go.dev/golang.org/x/tools/gopls | - | -| | delve | https://github.com/go-delve/delve | - | -| | goimports | https://pkg.go.dev/golang.org/x/tools/cmd/goimports | - | -| | golangci-lint | https://golangci-lint.run | - | -| | gocovsh | https://github.com/orlangure/gocovsh | - | -| | jlv | https://github.com/hedhyw/jlv | - | -| **Linters/Formatters** | markdownlint-cli2 | https://github.com/DavidAnson/markdownlint-cli2 | `.markdownlint.yml` | -| | marksman | https://github.com/artempyanykh/marksman | - | -| | taplo | https://taplo.tamasfe.dev | - | -| **Utilities** | jq | https://jqlang.github.io/jq | - | -| | HTTPie | https://httpie.io | - | -| | HTTPie Desktop | https://httpie.io/desktop | - | -| | freeze | https://github.com/charmbracelet/freeze | - | -| | wego | https://github.com/schachmat/wego | `dot_wegorc.tmpl` | -| | chezmoi | https://www.chezmoi.io | `chezmoi.toml.tmpl` | -| **Productivity** | Raycast | https://www.raycast.com | `dot_config/raycast` | -| | Notion | https://www.notion.so | - | -| | Granola | https://www.granola.so | - | -| | SteerMouse | https://plentycom.jp/en/steermouse | - | -| **AI Tools** | Claude | https://claude.ai | - | -| | Claude Code | https://claude.ai/code | - | -| | ChatGPT | https://chat.openai.com | - | -| | Ollama | https://ollama.com | - | -| **Network** | Tailscale | https://tailscale.com | - | -| **Email** | neomutt | https://neomutt.org | `dot_config/neomutt/neomuttrc`, `dot_config/neomutt/cyberwaverc` | -| **Font** | Hack Nerd Font | https://www.nerdfonts.com | - | -| **Config Manager** | Git | https://git-scm.com | `dot_gitconfig`, `dot_gitignore` | +| Category | Tool | Link | Key Files (chezmoi paths) | +| ---------------------- | ------------------------ | ---------------------------------------------------- | ------------------------------------------------------------------------ | +| **macOS WM** | AeroSpace | [AeroSpace](https://github.com/nikitabobko/AeroSpace) | `dot_config/aerospace/aerospace.toml` | +| | Karabiner Elements | [Karabiner](https://karabiner-elements.pqrs.org) | `dot_config/private_karabiner/private_karabiner.json` | +| **Windows WM** | GlazeWM | [GlazeWM](https://github.com/glzr-io/glazewm) | `dot_glzr/glazewm/config.yaml` | +| | Zebar | [Zebar](https://github.com/glzr-io/zebar) | `dot_glzr/zebar/settings.json` | +| **Shells** | zsh | [zsh](https://www.zsh.org) | `dot_zshrc` | +| | oh-my-zsh | [oh-my-zsh](https://ohmyz.sh) | `dot_oh-my-zsh` | +| | PowerShell | [PowerShell](https://github.com/PowerShell/PowerShell) | `dot_profile.ps1` | +| **Terminals** | Kitty | [Kitty](https://sw.kovidgoyal.net/kitty) | `dot_config/kitty` | +| | Warp | [Warp](https://www.warp.dev) | - | +| **Editors** | Helix | [Helix](https://helix-editor.com) | `dot_config/helix/config.toml.tmpl`, `dot_config/helix/languages.toml` | +| | nano | [nano](https://www.nano-editor.org) | `dot_nanorc` | +| | VS Code | [VS Code](https://code.visualstudio.com) | - | +| **File Management** | Superfile | [Superfile](https://github.com/yorukot/superfile) | `dot_config/superfile/config.toml`, `dot_config/superfile/hotkeys.toml` | +| | eza | [eza](https://github.com/eza-community/eza) | `dot_config/eza` | +| | fd | [fd](https://github.com/sharkdp/fd) | - | +| **Viewers** | Glow | [Glow](https://github.com/charmbracelet/glow) | `dot_config/glow/Config/glow.yml` | +| | bat | [bat](https://github.com/sharkdp/bat) | `dot_config/bat` | +| **Notes** | nb | [nb](https://github.com/xwmx/nb) | `dot_nbrc.tmpl` | +| **Dev Tools** | gh | [gh](https://cli.github.com) | `dot_config/gh` | +| | gh-dash | [gh-dash](https://github.com/dlvhdr/gh-dash) | `dot_config/gh-dash/config.yml` | +| | OpenCode | [OpenCode](https://opencode.sh) | `dot_config/opencode/opencode.json` | +| | pre-commit | [pre-commit](https://pre-commit.com) | - | +| | GoReleaser | [GoReleaser](https://goreleaser.com) | - | +| **Languages** | Go | [Go](https://go.dev) | - | +| | Node.js (npm) | [Node.js](https://nodejs.org) | - | +| | Python (uv) | [uv](https://docs.astral.sh/uv) | - | +| **Go Tools** | gopls | [gopls](https://pkg.go.dev/golang.org/x/tools/gopls) | - | +| | delve | [delve](https://github.com/go-delve/delve) | - | +| | goimports | [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) | - | +| | golangci-lint | [golangci-lint](https://golangci-lint.run) | - | +| | golangci-lint-langserver | [golangci-lint-langserver](https://github.com/nametake/golangci-lint-langserver) | - | +| | gocovsh | [gocovsh](https://github.com/orlangure/gocovsh) | - | +| | jlv | [jlv](https://github.com/hedhyw/jlv) | - | +| **LSP/Formatters** | markdownlint-cli2 | [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) | `.markdownlint.yml` | +| | marksman | [marksman](https://github.com/artempyanykh/marksman) | - | +| | taplo | [taplo](https://taplo.tamasfe.dev) | - | +| | vscode-langservers | [vscode-langservers](https://github.com/hrsh7th/vscode-langservers-extracted) | - | +| | yaml-language-server | [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) | - | +| **Utilities** | jq | [jq](https://jqlang.github.io/jq) | - | +| | HTTPie | [HTTPie](https://httpie.io) | - | +| | HTTPie Desktop | [HTTPie Desktop](https://httpie.io/desktop) | - | +| | freeze | [freeze](https://github.com/charmbracelet/freeze) | - | +| | wego | [wego](https://github.com/schachmat/wego) | `dot_wegorc.tmpl` | +| | chezmoi | [chezmoi](https://www.chezmoi.io) | `chezmoi.toml.tmpl` | +| **Productivity** | Raycast | [Raycast](https://www.raycast.com) | `dot_config/raycast` | +| | Notion | [Notion](https://www.notion.so) | - | +| | Granola | [Granola](https://www.granola.so) | - | +| | SteerMouse | [SteerMouse](https://plentycom.jp/en/steermouse) | - | +| **AI Tools** | Claude | [Claude](https://claude.ai) | - | +| | Claude Code | [Claude Code](https://claude.ai/code) | - | +| | ChatGPT | [ChatGPT](https://chat.openai.com) | - | +| | Ollama | [Ollama](https://ollama.com) | - | +| **Network** | Tailscale | [Tailscale](https://tailscale.com) | - | +| **Email** | neomutt | [neomutt](https://neomutt.org) | `dot_config/neomutt/neomuttrc`, `dot_config/neomutt/cyberwaverc` | +| **Font** | Hack Nerd Font | [Nerd Fonts](https://www.nerdfonts.com) | - | +| **Config Manager** | Git | [Git](https://git-scm.com) | `dot_gitconfig`, `dot_gitignore` | ## 🪪 License