Another nix + dotfile repository.
- Install Nix:
sh <(curl -L https://nixos.org/nix/install)
- Clone this repository:
mkdir -p ~/src/github.com/projects
nix-shell -p git --run 'git clone https://github.com/MattiasMTS/dotfiles ~/src/github.com/projects/dotfiles'
cd ~/src/github.com/projects/.dotfiles
- Initialize nix-darwin:
nix run nix-darwin --extra-experimental-features 'nix-command flakes' -- switch --flake .#
- Set up dotfile symlinks and build system:
make init # Create symlinks for apps not managed by nix
make switch # Build initial system configuration
Run make help
to see all available commands.