dotfrag
dotfrag
I'm guessing it will, consider it working. If it doesn't I'll post back when I get the chance to test it.
@folke Repo with remote `gitea:owner/repo` doesn't work, I had good luck with: ```lua { "^(gitea):(.*)", "https://%1/%2" }, ``` or more generic ```lua { "^(%w+):(.*)", "https://%1/%2" }, ``` Not sure if...
That was too easy :) I haven't been able to get all tests to pass, I believe my ssh config is also getting in the way. It's masking the user....
Thanks, that worked! The reason for print one line before and two after the command is because, due to my prompt (using starship), the first line and last two were...
Nah, boring stuff :)
Please do not do this, bun should only be upgraded from the method used to install, i.e. package manager if AUR. Thanks for the PR, I'm not OP but I'll...
Hi again, I'm currently on a machine with bun with official install script, and it's not working. I don't know rust but looking at the code it seems to check...
I did use the var, but only passed it to bash during installation. I've now exported the var in my shell profile and it's working! I can only test the...
Yes it does, because, and this is only my assumption, it doesn't care about the env var, it knows where it's located from the binary itself. Even if you were...
Thanks. FWIW, I tested it on my arch system and it's working. ```text bun: SKIPPED: Bun is not installed through the official script, skip the update ```