Remove dotfiles from README

restic-rest-server
Simon Bruder 2020-11-07 19:15:26 +01:00
parent babdaef1f3
commit 99ea6c8a07
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 7 deletions

View File

@ -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