项目作者: dougmaitelli

项目描述 :
~/.:heart:
高级语言: CSS
项目地址: git://github.com/dougmaitelli/dotfiles.git
创建时间: 2018-02-18T21:29:50Z
项目社区:https://github.com/dougmaitelli/dotfiles

开源协议:

下载


~/.dotfiles

For installing dotfiles only

curl -sS https://raw.githubusercontent.com/dougmaitelli/dotfiles/master/setup.sh | sh

For building nix system

Possible flakes

  • laptop
  • wsl

First time / no git available

  1. env NIX_CONFIG="experimental-features = nix-command flakes" \
  2. nix shell nixpkgs#git --command sudo nixos-rebuild switch --flake github:dougmaitelli/dotfiles/nix#{flake}

Rebuild

sudo nixos-rebuild switch --flake .#{flake}

If using WSL terminate the instance to ensure proper user is used

wsl --terminate NixOS

wsl --set-default NixOS