Skip to content

Files

Latest commit

feb2037 · Dec 29, 2023

History

History
26 lines (21 loc) · 531 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 531 Bytes

Environment

Open Terminal and follow the steps below to execute.

Homebrew Install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

For Intel CPU

echo 'eval "$(/usr/local/bin/brew shellenv)"' >> ~/.zshrc
eval "$(/usr/local/bin/brew shellenv)"
source ~/.zshrc

for M1, M2 and Above

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zshrc
eval "$(/opt/homebrew/bin/brew shellenv)"
source ~/.zshrc
brew bundle --file=Brewfile