New mac setup guide
1 min read
Steps
- Go through the onboarding
- Open safari and download chrome
- Open chrome and login
- Install xcode tools
- Run software update
- Install VS code
- Install recommended VS code extensions
- Install zsh shell via ohmyzsh and a theme
- 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.