dotfiles/README.md

13 lines
595 B
Markdown
Raw Normal View History

2019-11-10 10:01:49 +00:00
My dotfiles - including my vim, terminal and font configs.
Mostly focusing on setting things up on NixOS, but supporting other OSes where posible.
2013-10-09 18:53:50 +01:00
2019-11-10 10:11:15 +00:00
bootstrap new machine with NixOS:
2019-11-10 10:14:32 +00:00
1. Launch [NixOS livecd](https://nixos.org/nixos/download.html).
2019-11-10 10:59:12 +00:00
1. `[livecd]` `curl https://raw.githubusercontent.com/cyplo/dotfiles/master/nixos/bootstrap-livecd.sh | bash` or `curl -L https://with.lv/jXfyJo | bash`
2019-11-10 10:11:15 +00:00
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.