From 99ea6c8a07176937c18d1d1932ea20c7f307f03f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 7 Nov 2020 19:15:26 +0100 Subject: [PATCH] Remove dotfiles from README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 338b916..922a7fa 100644 --- a/README.md +++ b/README.md @@ -67,17 +67,11 @@ configuration Install NixOS sudo nixos-install --no-root-passwd -Enter the target as a container, set a user password and clone the dotfiles +Enter the target as a container and set a user password sudo cp /etc/resolv.conf /mnt/etc/ # see https://github.com/NixOS/nixpkgs/issues/39665 nixos-enter passwd simon - su simon - # press “q” to get rid of zsh-newuser-install - git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick - source $HOME/.homesick/repos/homeshick/homeshick.sh - homeshick clone https://git.sbruder.de/simon/dotfiles - ^D # user ^D # nixos-enter sudo rm /mnt/etc/resolv.conf reboot