Remove dotfiles from README
This commit is contained in:
parent
babdaef1f3
commit
99ea6c8a07
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue