configuration files organized by machine.
| name | hardware | os | status |
|---|---|---|---|
| Daisydot | Lenovo IdeaPad 5 14ABA7 (Ryzen 5 5625U, 14GB, 512GB NVMe) | Fedora 43 / Sway | active |
| dotHQ | Beelink SER6 PRO | Fedora 42 | active |
| Nanodot | ThinkPad X1 Nano | Windows 11 Pro / WSL2 | work |
gruvbox material dark everywhere. sway + waybar + rofi + dunst.
daisydot/
├── .zshrc
├── .config/
│ ├── sway/config
│ ├── waybar/config
│ ├── waybar/style.css
│ ├── rofi/config.rasi
│ ├── rofi/gruvbox-material.rasi
│ ├── dunst/dunstrc
│ ├── foot/foot.ini
│ ├── ghostty/config
│ └── starship/starship.toml
└── wallpaper/
└── covilhabg_gruvbox.jpg
shell: zsh + starship + atuin + zoxide + fzf + eza + bat + fd + dust + btop terminal: ghostty (primary), foot (backup) launcher: rofi notifications: dunst
work machine running WSL2. gruvbox dark prompt, hardened claude code setup.
nanodot/
├── .zshrc
├── .gitconfig
├── .gitignore_global
├── .config/
│ ├── starship/starship.toml
│ ├── btop/btop.conf
│ └── containers/containers.conf
└── .claude/
├── inspect-repo.sh
└── settings.json
shell: zsh + starship + fzf + nvm + bun + bat + fd git: delta (side-by-side diffs), zdiff3 merge conflicts, autostash rebase claude code: pre-flight repo scanner, sandboxed execution, deny rules for secrets

