Personal dotfiles for a minimal and highly customized Linux setup, built around Hyprland, Wayland-native tools, and the Kanagawa colorscheme.
This rice tries to focus a lot on minimalism, performance and efficiency as much as reasonable. I hope you like it
These dotfiles configure the tools I use daily:
| App | Purpose |
|---|---|
fastfetch |
Blazing-fast neofetch alternative |
fish |
Friendly interactive shell with theme + plugin setup |
fuzzel |
Application launcher for wlroots (like rofi) |
hypr |
Hyprland config |
kitty |
GPU-accelerated terminal emulator |
nvim |
Full-featured Neovim setup (IDE-lite) |
scripts |
Custom helper scripts (runners, toggles, etc.) |
dunst |
Wayland-compatible notification center |
waybar |
Custom Wayland status bar with modules and styling |
All my dotfiles are managed through chezmoi.
Install chemzoi through your package manager (recommended) and then use it like this:
chezmoi init --apply kaezrrFor transitory environments:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot kaezrr

