Skip to content

Concise Lists

How to install Homebrew (brew) on M1 Macbook

There's a slight difference for M1 Macbooks as opposed to Intel-based Macbooks. This list is assuming you have a fresh machine.

  1. install homebrew from the official site at https://brew.sh/
  2. run 'touch ~/.zshrc' to create your zsh startup script
  3. add in the .zshrc: export PATH=/opt/homebrew/bin:$PATH
  4. run 'source ~/.zshrc' to load the modified startup script (you don't need to do this the next times you open the terminal)