Skip to content

Instantly share code, notes, and snippets.

@davidseek
Last active September 2, 2020 20:52
Show Gist options
  • Save davidseek/9faccf2405fb01702e3d42026b32258a to your computer and use it in GitHub Desktop.
Save davidseek/9faccf2405fb01702e3d42026b32258a to your computer and use it in GitHub Desktop.
Brew on linux
https://docs.brew.sh/Homebrew-on-Linux
git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew
mkdir ~/.linuxbrew/bin
ln -s ~/.linuxbrew/Homebrew/bin/brew ~/.linuxbrew/bin
eval $(~/.linuxbrew/bin/brew shellenv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment