Skip to content
Department hub
  • Pages
    • Department hub
    • Data & analytics
      • Jira dashboard
    • Architecture
      • AWS
      • Microservices
    • Learning
      • Webinars
      • Code readability
        • TypeScript
        • Terraform
    • Onboarding
      • icon picker
        Setting up your machine
      • Security basics

Setting up your machine

info
This is a sample page to show how subpages can connect to your onboarding checklist. Clear out this sample info to flesh it out with your team’s processes, or turn it into something new!

First Steps

XCode Command Line Tools

Apple's versions of make, gcc, git, etc. aren't installed on new Macs by default, there are two ways to install these tools — installing just the command line tools, or full XCode.

Install Command Line Tools (option 1)

sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install

Install XCode from App Store (option 2)

Install Xcode through the . This will install the command line tools along with the XCode IDE. Once installed, make sure to launch it so you can accept license terms (you can also run sudo xcodebuild -license accept
)

 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.