-
Notifications
You must be signed in to change notification settings - Fork 0
Add jj (Jujutsu) to dotfiles installation scripts using cargo-binstall #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@jfuchs 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: jfuchs <21195+jfuchs@users.noreply.github.com>
|
@copilot use cargo-install instead of install |
I'd like to clarify what you mean by "cargo-install". The current code uses Could you clarify:
The current implementation uses |
|
@copilot make that cargo-binstall |
Co-authored-by: jfuchs <21195+jfuchs@users.noreply.github.com>
Updated to use |
Adds installation of jj (Jujutsu version control system) to both Linux installation scripts using
cargo-binstallfor faster binary installation.Changes made:
install.shfor Codespaces/Linux environmentsrun_once_brew.sh.tmplfor chezmoi-managed Linux systemscargo-binstallinstead ofcargo installto download pre-built binaries rather than compiling from sourcecargo-binstallif not present--no-confirmflag to avoid interactive prompts during automated installationBenefits:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.