d-issy's dotfiles
- os
- macOS (aarch64/x86_64)
- WSL2 on Windows / Linux
- nix
git clone https://github.com/d-issy/dotfiles.git ~/code/github.com/d-issy/dotfiles
export NIX_CONFIG="extra-experimental-features = nix-command flakes"# for linux
nix run . -- switch --flake .#linux
# for macOS Silicon
nix run . -- switch --flake .#macos
# for macOS Intel
nix run . -- switch --flake .#macos_intel