Andrei Borisov
Andrei Borisov
Can we somehow try to install it from the recovery partition? It appears Parallels doing something similar when you create macOS VM with their GUI.
Obviously, it won't replace macinbox, but I've [published](https://app.vagrantup.com/andreiborisov/boxes/macos-bigsur-intel) a manually created base box with Big Sur (for Parallels provider) and committed to updating it roughly within a week of new...
It definitely shouldn't overwrite anything and it can be pretty confusing if the version is automatically incremented. So I would say it should fail if the version already exists.
Yeah, I think setting it to 256 for all boxes is fine. However, wouldn’t the appropriate amount be different for different providers (256 is maximum for Parallels currently since they...
I need to look into this again, it seems like there is an issue upstream that needs to be fixed first. I'm converting this to draft for now.
Seems like the support is possible, but we would need to provide Ruby for it ourselves and it's not officially supported: https://docs.brew.sh/Homebrew-on-Linux#arm If someone up the task, I would gladly...
Hm, seems like this should be run by a non-root user now: https://github.com/microsoft/vscode-dev-containers/blob/852567db3f71bcbabca2881a50f8aa1c33df8eb6/script-library/homebrew-debian.sh#L130 I will fix this in a couple of days, thank you for raising the issue @mozgbrasil.
> Unfortunately string sub -l $COLUMNS $prompt is not good enough (e.g. set_color or emojis will break that approximation). We take into consideration ANSI colors already (see https://github.com/rafaelrinaldi/pure/blob/master/functions/_pure_string_width.fish), however, there...
1. I would add SSH hostname on remote connections (similarly to how we do it on the main prompt). 2. It can be useful to have directory when executing command...
> Happy to review a PR with your proposal! ☺️ I’m planing to get it done next week