@sebastienrousseau/dotfiles
Version:
The Trusted Shell Platform — Universal dotfiles managed by Chezmoi. Features Bash & Zsh for macOS, Linux & WSL. Rust modern tooling & enterprise-grade security.
32 lines (22 loc) • 668 B
Markdown
---
render_with_liquid: false
---
# Repo Audit
## Source of truth
- `~/.dotfiles` (chezmoi source directory)
## Key directories
- `.chezmoitemplates/` - templated aliases, functions, paths
- `dot_config/` - configs mapped into `~/.config`
- `dot_local/` - binaries and local data (e.g., `dot` CLI)
- `scripts/` - diagnostics, tests, tooling
- `tests/` - sandbox Dockerfile
- `nix/` - optional Nix toolchain
## Notable dependencies
- `chezmoi`
- `zsh`, `starship`
- `neovim`
- `ripgrep`, `fd`, `bat`, `fzf`, `zoxide`
- `lazygit`
## Notes
- Repo-only files excluded via `.chezmoiignore`.
- Secrets are handled via `age` + `dot secrets` (see `docs/SECRETS.md`).