Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 0 additions & 57 deletions .github/workflows/claude-code-review.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/claude.yml

This file was deleted.

83 changes: 58 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,64 @@ _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 | [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

Expand Down