Update README.md
This commit is contained in:
parent
560bd488bc
commit
d68da1d832
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
@ -1,15 +1,10 @@
|
||||||
My dotfiles - including my vim, terminal and font configs.
|
My dotfiles - including my vim, terminal and font configs.
|
||||||
Mostly focusing on setting things up on NixOS, but supporting other OSes where posible.
|
Mostly focusing on setting things up on NixOS, but supporting other OSes where posible.
|
||||||
|
|
||||||
install:
|
bootstrap new machine with NixOS:
|
||||||
```
|
|
||||||
ssh-keygen -t ed25519
|
|
||||||
cat .ssh/id_ed25519.pub
|
|
||||||
#add the above key to github
|
|
||||||
|
|
||||||
mkdir ~/dev
|
1. Launch `curl https://raw.githubusercontent.com/cyplo/dotfiles/master/nixos/bootstrap-livecd.sh | bash` from NixOS live cd.
|
||||||
cd ~/dev
|
|
||||||
git clone git@github.com:cyplo/dotfiles.git
|
|
||||||
cd dotfiles
|
|
||||||
|
|
||||||
```
|
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.
|
||||||
|
|
Loading…
Reference in a new issue