I installed bun on windows (ubuntu) with this command:
https://bun.sh/install | bash
Now I want to remove bun and reinstall it (not upgrade)
If you look at the source for the installation script (and I mean, surely you did that already, before blindly executing code from the internet. Right? Right..?), you can find that
bun_install="${BUN_INSTALL:-$HOME/.bun}"
– the default install directory is $HOME/.bun
.config/fish/config.fish
if you're using Fish.zshrc
if you're using zshThus, uninstallation means:
~/.bun