See INSTALL.md for fresh-machine bootstrap details.
make dev
make fmt
make check
make test
make ci
make update
make switch
make pre-commit-allnix develop installs the generated pre-commit hooks. Formatting is handled by
treefmt-nix; pre-commit checks also run Nix, Python, shell, QML, and spelling linters.
Install from a directory containing keys.txt:
nix --extra-experimental-features 'nix-command flakes' shell nixpkgs#curl -c sh -c 'curl -fsSL https://raw.githubusercontent.com/blackgolyb/.dotfiles/refs/heads/nixos/install.sh | sh'