Refine Linux setup flow, frontend runtime selection, and shell behavior#35
Open
Refine Linux setup flow, frontend runtime selection, and shell behavior#35
Conversation
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/aa7612c7-f999-4a62-9799-95de3df4d86d Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/aa7612c7-f999-4a62-9799-95de3df4d86d Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/aa7612c7-f999-4a62-9799-95de3df4d86d Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/aa7612c7-f999-4a62-9799-95de3df4d86d Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/2a1fceb8-5b8c-47b1-9d1c-fcaeb9ce385b Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/2a1fceb8-5b8c-47b1-9d1c-fcaeb9ce385b Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/2a1fceb8-5b8c-47b1-9d1c-fcaeb9ce385b Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/2a1fceb8-5b8c-47b1-9d1c-fcaeb9ce385b Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/2a1fceb8-5b8c-47b1-9d1c-fcaeb9ce385b Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ChangeHow/suitup/sessions/2a1fceb8-5b8c-47b1-9d1c-fcaeb9ce385b Co-authored-by: ChangeHow <23733347+ChangeHow@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ChangeHow
April 21, 2026 01:46
View session
Owner
|
@copilot 再跑下测试 |
Contributor
Author
已重新跑测试,当前提交 Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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.
This change tightens the Linux setup path around bootstrap, shell behavior, and frontend runtime installation. It addresses three failure modes in the current flow: package-manager onboarding happening too late, setup not stopping cleanly on interrupt, and frontend tool installs colliding with bootstrap-installed Node or system npm permissions.
Setup flow / Linux bootstrap
zsh-configahead of bootstrap so shell scaffolding is in place before package-manager decisions.breweven when Homebrew is not installed yet.Interrupt handling
Ctrl-Cinto streamed child processes.Linux shell behavior
Frontend tool selection
fnmNode.jsviafnmpnpmgit-czNode / fnm conflict resolution
install.shinstead of persisting shims into~/.local/bin.fnm’s default runtime for later frontend installs.fnm-managed runtime.npm global install permissions
~/.local, avoidingEACCESfailures from writes into system directories such as/usr/lib/node_modules.Example of the Linux-specific shell change: