- Install
nix
$ sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install)- install nix-darwin or home-manager (standalone) nix-darwin
sudo nix run nix-darwin/master#darwin-rebuild -- switchor home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install- Apply dotfiles
sudo darwin-rebuild switch --flake github:yoketh/.dotfileshome-manager switch --flake github:yoketh/.dotfilesgit clone https://github.com/yokeTH/.dotfiles ~/.dotfiles