You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone this repository to your home directorycd~/dotfiles
# For NixOS environment, run
nixos-rebuild switch --flake .#nixos# For non-NixOS environment,# Install Nix and home-manager using nix flake
nix --extra-experimental-features "nix-command flakes" \
run nixpkgs#home-manager -- switch --flake .#{attribute-name}
# Then, run the following command to apply configurations
dotter undeploy # Unlink all
dotter deploy # Link all