git clone https://github.com/benfeather/dotfiles.git ~/Dotfiles
xcode-select --install
Docs: https://nixos.org/download/
Linux:
$ sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon
Mac:
$ sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install)
Mac:
sudo nix run nix-darwin --extra-experimental-features "flakes nix-command" -- switch --flake ~/Dotfiles/nix
Linux:
WIP