Go to file
Cyryl Płotnicki d230211524 remove submodule 2020-08-01 10:44:53 +01:00
.Slic3r slic3r version upgrade 2015-01-24 09:52:01 +01:00
.config remove border on wofi 2020-08-01 09:26:42 +01:00
.conky removed unused conky assets 2015-12-12 13:41:59 +01:00
.gconf/apps/gnome-terminal some minor gnome terminal profile changes 2013-11-16 21:52:22 +01:00
.github Update FUNDING.yml 2019-09-28 09:41:30 +01:00
.hyper_plugins Move to the new laptop 2019-05-23 15:08:39 +01:00
.local/share/fonts local fontconfig added, supporting inconsolata and powerline patches 2013-11-16 21:52:21 +01:00
.vim Add lua support 2019-06-08 12:36:44 +01:00
common Add sway config 2019-06-16 14:34:10 +01:00
fedora remove rvm 2019-06-16 09:32:55 +01:00
fonts using DejaVu font as default in terminator 2016-05-03 20:52:31 +02:00
macosx Do not install custom vim by default 2019-05-19 21:41:17 +01:00
nixos add mercurial settings 2020-08-01 10:16:16 +01:00
tools remove submodule 2020-08-01 10:44:53 +01:00
ubuntu fix bar on ubuntu 2020-04-18 14:40:52 +01:00
windows Do not install custom vim by default 2019-05-19 21:41:17 +01:00
.alacritty.yml Change alacritty colors to solarized dark 2019-05-19 21:57:25 +01:00
.background-image Add random wallpaper 2020-05-08 22:28:00 +01:00
.conkyrc bunsen's conkyrc added 2016-05-03 20:20:46 +02:00
.gdbinit add gdb dashboard 2020-05-09 16:04:51 +01: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 Move to the new laptop 2019-05-23 15:08:39 +01:00
.gitconfig.linux.private Add form3-specific git settings 2019-05-13 10:13:03 +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 Ignore vim view files 2019-01-19 09:40:56 +00:00
.gitmodules remove submodule 2020-08-01 10:44:53 +01:00
.hyper.js Add Mac support (#89) 2017-01-26 05:44:03 +00:00
.ideavimrc Add ideavimrc 2018-05-04 21:45:35 +01:00
.kdiff3rc Kdiff update 2016-10-07 10:01:26 +02:00
.minttyrc better font settings for cygwin, kdiff3 works with git difftool now 2013-11-27 10:10:17 +01:00
.setenv.sh no more global nix 2019-06-16 10:13:04 +01:00
.tmux.conf Remove broken tmux config 2019-03-26 10:08:16 +00:00
.tmux.macosx Fix Fedora terminal (#100) 2017-02-12 11:47:30 +00:00
.vimrc Add nerdtree 2019-02-22 16:08:40 +00:00
.vimrc.keymap remove crud from vim config 2020-05-02 10:09:16 +01:00
.vimrc.nixos Use relative paths for vim configs 2019-08-24 18:53:12 +01:00
.vimrc.plugins-settings edging towards sway 2020-07-24 22:54:17 +01:00
.vimrc.settings Autoformatting of nix files 2019-07-07 12:08:00 +01:00
.zpreztorc Better iTerm support (#129) 2017-08-22 09:15:02 +01:00
.zprofile cleanup zsh configs 2019-01-20 13:39:04 +00:00
.zshrc Update ubuntu config 2019-11-14 11:07:27 +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
appveyor.yml Fix paths in appveyor build 2016-11-01 14:05:03 +01:00
conemu.xml Cygwin zsh as default shell in conemu 2016-11-12 16:11:25 +01:00
disk-indicator Add diskindicator 2019-07-21 16:47:36 +01:00
firefox-no-single-tab custom firefox chrome 2018-06-10 17:54:37 +01:00
foureighty.qcow2 make sure grobi works 2020-05-08 16:25:14 +01:00
keeweb.desktop fedora upgrade 2018-11-17 19:41:41 +00:00
rvmrc Make sure rvmrc does not interfere with loading of dotfiles dir 2019-03-04 14:24:33 +00:00
test.sh use bash explicitly 2019-01-20 12:49:55 +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.