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
Draft
Conversation
…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>
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
fish_add_path, explains universal variable persistence (no restart needed), and includes aconfig.fishalternativeaarch64binaryclaurstafter extraction, but the archive actually extracts toclaurst-macos-{arch}— commands now use the correct filename and include a finalmvso the binary lands onPATHin one pasteTest plan
fish_add_pathinstructions work on a fresh fish installclaurst-macos-aarch64binary name matches what the release archive extracts🤖 Generated with Claude Code