-
Notifications
You must be signed in to change notification settings - Fork 579
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
Document that webinstall.dev/zoxide installs more than zoxide #318
Comments
I agree with you, I'm not a fan of how the installs happen either. I've been waiting since the maintainer of |
Resolves ajeetdsouza#318 I was not pleased when I blindly ran `webinstall`. Had I used more braincells I would've elected to use a package manager.
Wow, this is a huge issue imo. MULTIPLE files are installed without any kind of notification:
Additionally, a bunch of files are SILENTLY modified:
I would never have used the |
Hey, zoxide now ships its own installer once again. Sorry this took so long! |
Thank you |
Thanks to updates in PowerShell and my better understanding of bash, Webi no longer depends on The There's also now a Webi is for an audience of people who are typically less familiar with the nuances of PATH updates, but I'm open to ideas on how to better communicate that still. I'll have to double check that there's output when |
Reviewing the script returned from
curl -sS https://webinstall.dev/zoxide
(gist), I was surprised to see that it installs additional tools (webi
,pathman
,envman
, more?) to the environment that don't get cleaned up and make unannounced changes to~/.bashrc
,~/.zshrc
, etc.I understand these sorts of installers are not for everyone and the benefits the webinstall project provides to OSS maintainers, but I have a strong feeling this sort of low-visibility "tool bundling" is unexpected behavior to most.
The text was updated successfully, but these errors were encountered: