# srice Kris's Simple Rice — dotfiles for Arch Linux with dwm, managed with [GNU Stow](https://www.gnu.org/software/stow/). ## Deploy ```bash git clone https://github.com/krisyotam/srice.git ~/srice cd ~/srice stow . ``` For machine-specific overrides, see `profiles/`. ## Structure ``` .config/ → Application configs (fish, nvim, tmux, eww, dunst, etc.) .local/bin/ → 145+ scripts + statusbar modules .local/share/ → Wallpapers, applications, fastfetch presets, man pages .screenlayout/ → Monitor layout scripts (xrandr) .mouseless/ → Mouseless config .ssh/config → Host aliases (no keys) bin/ → Quick-access scripts (dnotes, irc, reload, etc.) .xprofile → X session startup .xinitrc → startx entry point .gitconfig → Git configuration profiles/ → Per-machine overrides (moirai, khr1st, pentest) ``` ## Related - [sdeploy](https://github.com/krisyotam/sdeploy) — Deployment scripts that install packages and stow these dotfiles