Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 467 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 467 Bytes

dotfiles

d-issy's dotfiles

Require

  • os
    • macOS (aarch64/x64_86)
    • WSL2 on Windows / Linux
  • nix

init

git clone https://github.com/d-issy/dotfiles.git ~/code/github.com/d-issy/dotfiles
export NIX_CONFIG="extra-experimental-features = nix-command flakes"

apply

# for linux
nix run . -- switch --flake .#linux

# for macOS Sillicon
nix run . -- switch --flake .#macos

# for macOS Intel
nix run . -- switch --flake .#macos_intel