Setup

Xcode

The first thing we need to do, is to launch the App Store and sign in using our Apple ID credentials. Once signed in, search for Xcode and install it.

Google Drive

Next up is to install Backup and Sync in order to sync our Google Drive directories, which in turn, holds some vital pieces to the dot files procedure (e.g. SSH keys).

Command Line Tools

Once Xcode has finished installing, you must accept its license and install the Command Line Tools respectively.

sudo xcodebuild -license accept
xcode-select --install

SSH Keys

With everything synced down from your Google Drive, we're now ready to setup our SSH keys.

Remember to adjust the SSH keys directory in the command below accordingly.

rm -rf ~/.ssh && ln -s ~/Google\ Drive/Setup/ssh-keys ~/.ssh