The below process is designed to be run on a brand new MacOS machine.
-
Install Nix
sh <(curl -L https://nixos.org/nix/install) --daemon -
Install the Xcode command line tools, which includes git
xcode-select --install
-
Clone this repo. Note that you may need to generate a new SSH key to clone via SSH.
git clone git@github.com:throwandgo/dot-files.git ~/.config/home-manager -
Run the below script to sync the dependencies
./sync.sh