Skip to content

Instantly share code, notes, and snippets.

@crazy4groovy
Created June 17, 2022 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazy4groovy/5e875f4f1a34bef606d4cea45a488059 to your computer and use it in GitHub Desktop.
Save crazy4groovy/5e875f4f1a34bef606d4cea45a488059 to your computer and use it in GitHub Desktop.
brev env setup
# https://docs.brev.dev/howto/automatically-set-up/
##### Homebrew #####
(echo ""; echo "##### Homebrew #####"; echo "";)
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash -
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/brev/.bash_profile
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/brev/.zshrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install fnm
fnm install 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment