Releases: memclutter/dotfiles
Releases · memclutter/dotfiles
Release list
v0.0.3 — docs and MIT relicense
Documentation and licensing housekeeping.
Added
CHANGELOG.md(Keep a Changelog format) documenting release history.- Refreshed
README.mdwith usage instructions, repo-metadata notes, and status badges (latest release, license, managed-with-chezmoi).
Changed
- Relicensed from GPL-3.0 to MIT, a better fit for freely forking and adapting personal dotfiles.
v0.0.2 — zsh config and repo-metadata exclusion
Brings the zsh shell under chezmoi (with Oh My Zsh) and keeps repository metadata out of $HOME.
Features
- Add a chezmoi-managed zsh config (
dot_zshrc→~/.zshrc) with Oh My Zsh pulled in via.chezmoiexternal.toml, therobbyrusselltheme, thegitplugin, Docker Compose aliases, and guarded,$HOME-relative tool PATH blocks (Go, NVM, PostgreSQL, Android SDK, Yandex Cloud, opencode, LM Studio). - Add
user.signingkeyand[init] defaultBranch = maintodot_gitconfig. - Exclude repository metadata (
README.md,LICENSE) from deployment via.chezmoiignore, so they stay in the repo but never land in$HOME.
v0.0.1 — chezmoi-managed Git and Vim dotfiles
First tagged release of the dotfiles repo — a chezmoi-managed set of dotfiles that provisions a consistent development environment with chezmoi apply.
Features
- 🪄 chezmoi-managed dotfiles repository (source-state
dot_*→$HOME) - ✏️ Git configuration (
dot_gitconfig→~/.gitconfig) — user identity,push.default = simple,core.autocrlf = input, and everyday aliases - ✏️ Vim configuration (
dot_vimrc→~/.vimrc) — 4-space soft tabs (tabstop/shiftwidth/expandtab)
Docs
- 📄 README and LICENSE