From 9a6c9bf84cc4710daa0808f1191658e3ef9e35dc Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 30 Oct 2023 08:21:22 -0500 Subject: [PATCH] docs: update README --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index df0a896..bd3a9ff 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,2 @@ -# Commands - -```bash -git config --global user.email "m@m.com"; git config --global user.name "name"; git add .; git commit -m "Shit" >/dev/null 2>&1; \ - git clone . /mnt/etc/nixos -git config --global user.email "m@m.com"; git config --global user.name "name"; git add .; git commit -m "Shit" >/dev/null 2>&1; \ - nixos-generate-config --root /mnt --dir /mnt/persist/etc/nixos/hosts/orion/os; -git config --global user.email "m@m.com"; git config --global user.name "name"; git add .; git commit -m "Shit" >/dev/null 2>&1; \ - nixos-install --flake "git+file:.#orion" -`` +Hey there, welcome to my NixOS config! If you see anything neat, feel free to steal it. See anything that looks awful? +Yeah, I bet you do. I'm not going to claim to be a Nix guru, so there may be some *weird* things done here.