Skip to content

Instantly share code, notes, and snippets.

@rbento
Created March 9, 2023 22:47
Show Gist options
  • Select an option

  • Save rbento/0b2168328d6d4363c47287522de1ec25 to your computer and use it in GitHub Desktop.

Select an option

Save rbento/0b2168328d6d4363c47287522de1ec25 to your computer and use it in GitHub Desktop.
# Brew
export BREW_HOME="/opt/homebrew"
export PATH="$BREW_HOME/bin:$PATH"
export HOMEBREW_EDITOR="vim"
export PATH="$HOMEBREW_EDITOR/bin:$PATH"
export HOMEBREW_NO_ENV_HINTS=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment