my dotfiles
# Install nix
$ curl -sSfL https://artifacts.nixos.org/nix-installer | sh -s -- install --enable-flakes
# Add nix-community cache
$ nix run nixpkgs#cachix -- use nix-community
$ nix run nixpkgs#cachix -- use numtide$ nix-shell -p git curl home-manager
$ git clone https://github.com/uesyn/dotfiles.git
$ cd ./dotfiles
$ home-manager switch --flake . --impure -b backup --show-traceor init flake
$ nix-shell -p git curl home-manager
$ mkdir path/to/empty/flake/dir
$ cd path/to/empty/flake/dir
$ nix flake init -t github:uesyn/dotfiles --refresh