sprak3000/setup-my-mac

Fix homebrew install

Closed this issue · 0 comments

After homebrew installation run the following three commands to ensure script continues running.

echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/sprak/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/sprak/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"