This repository contains a script to set up a new macOS machine with the required tools and configurations.
To use this script on a brand-new macOS machine, open the Terminal app and run the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JacobCoffee/dotfiles/main/bootstrap.sh)"
This command will:
- Install
Homebrew
- Install applications from the
./.config/Brewfile
in this repository - Install
Rust
- Create the necessary directory structure in
~/git
- Clone specified repositories
Make sure to adjust any paths or repository URLs as needed for your specific setup.