Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Use MacRoadWarrior install for brew #170

Open
appsforartists opened this issue Nov 22, 2016 · 0 comments
Open

Use MacRoadWarrior install for brew #170

appsforartists opened this issue Nov 22, 2016 · 0 comments

Comments

@appsforartists
Copy link
Member

Eliminate the need for all the sudo by installing it in $HOME

mkdir homebrew && curl -L https://github.com/Homebrew/homebrew/tarball/master | tar xz --strip 1 -C homebrew
mkdir ~/bin

# .bashrc
export PATH=$HOME/bin:$PATH
export PATH=$HOME/homebrew/bin:$PATH
export LD_LIBRARY_PATH=$HOME/homebrew/lib:$LD_LIBRARY_PATH
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant