Remove dotfiles from README
This commit is contained in:
parent
babdaef1f3
commit
99ea6c8a07
|
@ -67,17 +67,11 @@ configuration
|
||||||
Install NixOS
|
Install NixOS
|
||||||
sudo nixos-install --no-root-passwd
|
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
|
sudo cp /etc/resolv.conf /mnt/etc/ # see https://github.com/NixOS/nixpkgs/issues/39665
|
||||||
nixos-enter
|
nixos-enter
|
||||||
passwd simon
|
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
|
^D # nixos-enter
|
||||||
sudo rm /mnt/etc/resolv.conf
|
sudo rm /mnt/etc/resolv.conf
|
||||||
reboot
|
reboot
|
||||||
|
|
Loading…
Reference in a new issue