You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install command on the website: curl https://bun.sh/install | bash
How often does it reproduce? Is there a required condition?
Consistently.
What is the expected behavior?
I don't end up with a new dot folder in my home dir.
What do you see instead?
bun was installed successfully to ~/.bun/bin/bun
Added "~/.bun/bin" to $PATH in "~/.config/fish/config.fish"
Additional information
When I try out a new program and it insists on creating a new dot file or dot directory in my home folder, it's an immediate red flag for me. 😕 In this case, I wanted to try out bun, but uninstalled it immediately. I understand that I can move the folder, but I'd be concerned that this would break e.g. auto-updates in the future. I thought I'd file an issue rather than ignoring it.
Bun creates a dot folder for caching with bun install and for global bins with bun install
Apologies, maybe I should have been more clear — I'm asking for for bunnot to do this, and to use other conventions instead. Shall I take your response as a wontfix / should I file more specific requests? Thanks!
EDIT: looks like #696 covers the cache dir case. The question still remains for ~/.bun/bin as created by the bun installer script.
Version
Current install
Platform
macOS
What steps will reproduce the bug?
The install command on the website:
curl https://bun.sh/install | bash
How often does it reproduce? Is there a required condition?
Consistently.
What is the expected behavior?
I don't end up with a new dot folder in my home dir.
What do you see instead?
Additional information
When I try out a new program and it insists on creating a new dot file or dot directory in my home folder, it's an immediate red flag for me. 😕 In this case, I wanted to try out
bun
, but uninstalled it immediately. I understand that I can move the folder, but I'd be concerned that this would break e.g. auto-updates in the future. I thought I'd file an issue rather than ignoring it.I'd appreciate if
bun
used a an alternative like:$HOME/.local/bin
, or at least$XDG_DATA_HOME
.The text was updated successfully, but these errors were encountered: