Installing Homebrew on Nushell and adding it to the path
The default installation instructions for the Homebrew package manager do not run on Nushell. Instead, you can use: curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash The installation script gives commands to configure the path on zsh (and probably other shells), but not Nushell. It took me some time to realize that the Nushell documentation actually has instructions specifically for Homebrew! The following will make brew work in your current session. # macOS ARM64 (Apple Silicon) $env....