Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 528 Bytes

File metadata and controls

26 lines (18 loc) · 528 Bytes

Setup

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