Before installing these dotfiles, you need to ensure that Xcode Command Line Tools are installed on your macOS system. These tools include git and other essential development utilities required by chezmoi and the dotfiles setup process.
Install Xcode Command Line Tools first:
xcode-select --installThis command will open a dialog asking you to install the command line developer tools. Click "Install" and wait for the installation to complete.
Once the Command Line Tools are installed, execute the following command to initialize and apply the configuration:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply JohardtAnd that's it! Although you will want to follow the instructions for the post-installation to complete the setup.