No description
.config | ||
.github | ||
.Slic3r | ||
.vim | ||
nixos | ||
tools | ||
.build.yml | ||
.gdbinit | ||
.ghci | ||
.gitattributes | ||
.gitconfig.cygwin | ||
.gitconfig.linux | ||
.gitconfig.linux.form3 | ||
.gitconfig.linux.private | ||
.gitconfig.mac | ||
.gitconfig.windows | ||
.gitconfig_includes.common | ||
.gitconfig_includes.cygwin | ||
.gitconfig_includes.mac | ||
.gitconfig_includes.windows | ||
.gitignore | ||
.gitmodules | ||
.vimrc | ||
.vimrc.keymap | ||
.vimrc.nixos | ||
.vimrc.plugins-settings | ||
.vimrc.settings | ||
LICENSE | ||
README.md |
My dotfiles - including my vim, terminal and font configs. Mostly focusing on setting things up on NixOS, but supporting other OSes where posible.
bootstrap new machine with NixOS:
-
Launch NixOS livecd.
-
[livecd]
curl https://raw.githubusercontent.com/cyplo/dotfiles/master/nixos/bootstrap-livecd.sh | bash
orcurl -L https://with.lv/jXfyJo | bash
-
Reboot into the system running from the disk drive.
-
Launch
curl https://raw.githubusercontent.com/cyplo/dotfiles/master/nixos/bootstrap-rebooted.sh | bash
from the installed system.