Skip to content

docs: add fish shell PATH instructions and expand Apple Silicon support to M4/M5/A-series#83

Draft
maxffarrell wants to merge 1 commit intoKuberwastaken:mainfrom
maxffarrell:docs/fish-path-and-apple-silicon-m4-m5
Draft

docs: add fish shell PATH instructions and expand Apple Silicon support to M4/M5/A-series#83
maxffarrell wants to merge 1 commit intoKuberwastaken:mainfrom
maxffarrell:docs/fish-path-and-apple-silicon-m4-m5

Conversation

@maxffarrell
Copy link
Copy Markdown

Summary

  • Fish shell: adds a dedicated Adding to PATH section for fish using fish_add_path, explains universal variable persistence (no restart needed), and includes a config.fish alternative
  • Fish completions: adds a fish snippet to the Shell Completions section
  • Apple Silicon: updates the system requirements table and install section heading to cover M4, M5, and A-series chips (e.g. MacBook Neo); clarifies that all Apple Silicon Macs use the same aarch64 binary
  • Bug fix: the macOS install one-liners referenced claurst after extraction, but the archive actually extracts to claurst-macos-{arch} — commands now use the correct filename and include a final mv so the binary lands on PATH in one paste

Test plan

  • Verify fish fish_add_path instructions work on a fresh fish install
  • Confirm claurst-macos-aarch64 binary name matches what the release archive extracts
  • Check that M4/M5 Mac users can follow the aarch64 install path without confusion

🤖 Generated with Claude Code

…rt to M4/M5/A-series

- Add dedicated fish shell section under "Adding to PATH" using fish_add_path
- Note universal variable persistence (no restart/source needed)
- Include config.fish alternative for fish
- Add fish shell completion snippet
- Expand Apple Silicon support table/notes to cover M4, M5, and A-series (MacBook Neo)
- Fix macOS install commands: binary extracts as claurst-macos-{arch}, not claurst
- Add mv step to install commands so binary lands on PATH after a single paste

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant