refactor: trim to core tools, drop yazi/bat, polish for low-bloat#6
Merged
Conversation
Focus cmuxup on tools that earn their place in the workspace. Tool changes: - ripgrep + fd are now core (always installed) — they power the editor's project search and file picker, so they belong in every workspace, not behind an opt-in prompt. - Drop yazi entirely: redundant with the editor's built-in file picker, never wired into the layout. Removes the yazi config template, the `y()` shell function, and the extras prompt. - Drop bat: a standalone `cat` replacement that wasn't integrated into the workspace. This removes the "Optional tools" multi-select prompt — one fewer decision, cleaner flow. With no remaining caller, the _pick_multi function (~110 lines) is deleted too. Cleanup: - Delete lib/cmux.sh — unused dead code; bin/cmuxup is self-contained (it's copied alone to ~/.local/bin and never sourced this file). - Gate the `lg` alias on lazygit actually being installed. - CI no longer installs gum (removed in an earlier change). - Rewrite README to match reality: pure-bash installer, accurate core/optional tool tables, backup-on-overwrite, adaptive layout. Tests: 23 → 25 (add core-tools and yazi-removal regression guards). All green. Refs: cmuxup lean-workspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Polish cmuxup into a lean, trustworthy, no-bloat agentic coding workspace. Every tool now earns its place.
Tool changes
y()shell function, and the extras prompt.catreplacement that wasn't integrated into the workspace.Simplification
_pick_multifunction (~110 lines) is deleted.lib/cmux.sh— unused dead code;bin/cmuxupis self-contained (copied alone to~/.local/bin, never sourced it).lgalias on lazygit actually being installed.gum.Docs
Net: +81 / −243 lines.
Test plan
bats test/→ 25/25 pass (was 23)ripgrepandfdalways referenced in dry-run outputyazireference anywhere;templates/yazi.tomlabsentbash -n install.shclean🤖 Generated with Claude Code