From d68da1d832fa1e0d661576da9d0a0f289b56880f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 10 Nov 2019 10:11:15 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c9bae930..99f051de 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ My dotfiles - including my vim, terminal and font configs. Mostly focusing on setting things up on NixOS, but supporting other OSes where posible. -install: -``` -ssh-keygen -t ed25519 -cat .ssh/id_ed25519.pub -#add the above key to github +bootstrap new machine with NixOS: -mkdir ~/dev -cd ~/dev -git clone git@github.com:cyplo/dotfiles.git -cd dotfiles +1. Launch `curl https://raw.githubusercontent.com/cyplo/dotfiles/master/nixos/bootstrap-livecd.sh | bash` from NixOS live cd. -``` +2. Reboot into the system running from the disk drive. + +3. Launch `curl https://raw.githubusercontent.com/cyplo/dotfiles/master/nixos/bootstrap-rebooted.sh | bash` from the installed system.