-
You must have the Nix package manager installed. Use the Determinate Systems installer to install Nix on your machine:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix \ | sh -s -- install --determinate
-
Install
nix-darwinby running:nix profile install nix-darwin
-
Clone this repository:
git clone https://github.com/kev-daniell/dotfiles.git cd dotfiles -
Define environment variables
cp .env.example .env
Now you can go into
.envand you can update the variables with an editor of your choice. -
Build and activate the Nix environment:
make switch