Using Homebrew
Step 1: Install Xcode Command Line Tools
xcode-select --installcurl -fsSL https://raw.githubusercontent.com/ponko2/dotfiles/HEAD/install.sh | /bin/bashUsing Nix
curl --proto '=https' --tlsv1.2 -fsSL https://artifacts.nixos.org/experimental-installer | sh -s -- install --no-confirm
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.shnix flake new -t github:ponko2/dotfiles ~/dotfilesStep 3: Apply the configuration with nix-darwin
nix run nixpkgs#gnumake -- -C ~/dotfiles switch