New mac setup guide

1 min read

Steps

  1. Go through the onboarding
  2. Open safari and download chrome
  3. Open chrome and login
  4. Install xcode tools
  5. Run software update
  6. Install VS code
  7. Install recommended VS code extensions
  8. Install zsh shell via ohmyzsh and a theme
  9. Clone github repo via

Configure git

git config --global user.name "Evan Marsland"
git config --global user.email "ERmarsland@gmail.com"
git config pull.rebase false

2023 © Evan Marsland.