Go to file
Cyryl Płotnicki b32077e245 better gdb dashboard setup 2021-01-30 15:56:36 +00:00
.Slic3r slic3r version upgrade 2015-01-24 09:52:01 +01:00
.config faster rofi, vscode tweaks 2020-11-08 18:48:43 +00:00
.github Update FUNDING.yml 2019-09-28 09:41:30 +01:00
nixos better gdb dashboard setup 2021-01-30 15:56:36 +00:00
tools add ability to ignore vault install script 2020-11-14 11:03:50 +00:00
.build.yml reformat build file 2020-10-24 11:13:03 +01:00
.gdbinit better gdb dashboard setup 2021-01-30 15:56:36 +00:00
.ghci ghci config added 2015-02-28 22:39:29 +01:00
.gitattributes Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
.gitconfig.cygwin Add windows debug tools (#93) 2017-01-19 10:03:34 +00:00
.gitconfig.linux Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitconfig.linux.form3 Change key signature for work 2020-10-16 17:06:41 +01:00
.gitconfig.linux.private use delta for git diff 2020-10-17 13:37:33 +01:00
.gitconfig.mac Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitconfig.windows Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitconfig_includes.common more more git config to nix 2020-08-01 08:33:33 +01:00
.gitconfig_includes.cygwin Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitconfig_includes.mac Add Mac support (#89) 2017-01-26 05:44:03 +00:00
.gitconfig_includes.windows Add basic Windows-specific git configs (#72) 2017-01-24 19:53:30 +00:00
.gitignore remove printer 2020-12-22 16:24:12 +00:00
.gitmodules remove submodule 2020-08-01 10:44:53 +01:00
.vimrc Add nerdtree 2019-02-22 16:08:40 +00:00
.vimrc.keymap add global grep to vim 2020-09-06 00:24:38 +01:00
.vimrc.nixos Use relative paths for vim configs 2019-08-24 18:53:12 +01:00
.vimrc.plugins-settings add global grep to vim 2020-09-06 00:24:38 +01:00
.vimrc.settings special indent for yaml files 2020-10-25 14:56:37 +00:00
LICENSE Update LICENSE 2017-10-07 11:47:40 +01:00
README.md Update README.md 2019-11-10 10:59:12 +00:00

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:

  1. Launch NixOS livecd.

  2. [livecd] curl https://raw.githubusercontent.com/cyplo/dotfiles/master/nixos/bootstrap-livecd.sh | bash or curl -L https://with.lv/jXfyJo | bash

  3. Reboot into the system running from the disk drive.

  4. Launch curl https://raw.githubusercontent.com/cyplo/dotfiles/master/nixos/bootstrap-rebooted.sh | bash from the installed system.