rdlu's dotfiles¶
Personal dotfiles for two CachyOS (Arch) notebooks — daisy (AMD Ryzen) and xps (Intel/Dell XPS) — managed with GNU Stow + a justfile, running niri · waybar · fish · tmux.
Repo: github.com/rdlu/dotfiles
Contents¶
- Setup guide — bootstrap a fresh machine, stow model, per-host overlays
- Justfile reference — every recipe, generated from the live justfile
- tmux shortcuts — custom binds (generated from
tmux.conf) + plugin cheatsheets - zellij shortcuts — generated from
config.kdl(all modes) - niri shortcuts — generated from
binds.kdl - shell shortcuts — fish binds (generated) + atuin/fzf.fish/built-ins
- wl-kbptr — keyboard-driven mouse pointer for niri
PDF downloads¶
Single-page landscape cheatsheets (A4, Catppuccin — Latte for print, Mocha for screens), rebuilt from the live configs on every push:
Dotfiles handbook
everything in one PDF — setup guide, justfile reference, all shortcut pages
Download
How these docs work¶
The shortcut tables and the justfile reference are generated from the real
configuration by tools/gen-docs.py,
so they can't drift from what the machines actually do. Hand-written prose
lives around the generated blocks. See the setup guide for
the build pipeline.