Skip to content

Install Homebrew in $HOME #1

Description

@wfordwfu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions