dotfiles/README.md

987 B

status-badge

https://git.cyplo.dev/cyplo/dotfiles

My dotfiles - including my vim, terminal and font config. My current setup consists of multiple machines running NixOS. This is using flakes for reproducibility and home manager for setting up user-specific things.

Workstations are set up by running sudo nixos-rebuild switch --flake '.#' and servers are by nixos-rebuild switch --flake '.#servername' --target-host root@hostname. I don't use home manager the program, everything is referenced from the top flake.

infra setup

sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John?
Bob--x Alice: I am good thanks!
Bob-x John: I am good thanks!
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.

Bob-->Alice: Checking with John...
Alice->John: Yes... John, how are you?