Considering making a change where homebrew lives in ~/.local/bin/brew. Something like:
mkdir -p ${HOME}/.local/bin/brew && \
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C ${HOME}/.local/bin/brew && \
Just feels better to install everything locally, doesn't require sudo and would be consistent between mac and linux (currently linux makes a separate HOME/linuxbrew space and on some macs it installs in /opt/homebrew.
Considering making a change where homebrew lives in ~/.local/bin/brew. Something like:
Just feels better to install everything locally, doesn't require sudo and would be consistent between mac and linux (currently linux makes a separate HOME/linuxbrew space and on some macs it installs in /opt/homebrew.