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
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:

bash_files=(
install.sh
claude/statusline.sh
zsh/scripts/*.sh
scripts/*.sh
)
Expand Down
4 changes: 0 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ dotfiles/
│ ├── muxy.conf # Muxy integration config
│ └── shaders/ # 4 cursor shaders (glsl)
├── herdr/config.toml # Multiplexor → ~/.config/herdr/config.toml
├── claude/
│ └── statusline.sh # Statusline para Claude Code
├── opencode/
│ └── tui.json # TUI config → ~/.config/opencode/tui.json
├── lazygit/config.yml # LazyGit → ~/.config/lazygit/config.yml
├── local/
│ └── env.zsh.example # Template para ~/.config/cortex-dots/local/env.zsh
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bash install.sh --check
| Terminal | `ghostty/config`, `ghostty/shaders/` |
| Prompt | `starship/starship.toml` using the generic `cortex_warm_slate` palette |
| Multiplexer | `herdr/config.toml` plus session helpers |
| AI CLI UX | `claude/`, `opencode/`, Herdr helpers, agent-state docs |
| AI CLI UX | Herdr helpers, agent-state docs |
| Package guardrails | global defaults for `npm`, `pnpm`, `bun`, and `uv` |

## Navigation Defaults
Expand Down Expand Up @@ -127,7 +127,6 @@ scripts/test-install.sh --seed-stale-opposite
scripts/test-install.sh --symlink --seed-stale-opposite
bash -n install.sh
zsh -n zsh/zshrc
for path in opencode/*.json; do jq . "$path" >/dev/null 2>&1 || echo "invalid: $path"; done
python3 - <<'PY'
import pathlib, tomllib
for path in pathlib.Path('.').rglob('*.toml'):
Expand Down
315 changes: 0 additions & 315 deletions claude/statusline.sh

This file was deleted.

7 changes: 1 addition & 6 deletions docs/keymaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,10 @@ This table favors the shortcuts used by these dotfiles and Herdr defaults. It is

| Tool | Shortcut / Command | Action |
|------|--------------------|--------|
| Claude Code | `cc [path]` | Start Claude Code in the current or given directory. |
| Claude Code | `ccd [path]` | Navigate to a workspace subdirectory (cd helper). |
| Claude Code | `ccb [path]` | Start Claude Code with explicit permission bypass. |
| Claude Code | `ccx <context> [path]` | Pipe initial context into Claude Code. |
| Claude Code | `ccclip <files>` | Copy files as fenced code context to the clipboard. |
| OpenCode | `oc [path]` | Start OpenCode in the current or given directory. |
| OpenCode | `ocb [path]` | Alias for `oc`, preserving default flags. |

Claude Code and OpenCode keybindings are mostly app-native. This repo adds launch helpers, statusline config, and Herdr integration so sessions survive terminal detach/reattach.
Claude Code and OpenCode keybindings are mostly app-native. This repo adds launch helpers (cc, ccb, ccx, ccclip) and Herdr integration so sessions survive terminal detach/reattach.

## Collision Notes

Expand Down
Loading
Loading