Skip to content

Releases: memclutter/dotfiles

v0.0.3 — docs and MIT relicense

Choose a tag to compare

@memclutter memclutter released this 26 Jun 18:20
v0.0.3
62bba5f

Documentation and licensing housekeeping.

Added

  • CHANGELOG.md (Keep a Changelog format) documenting release history.
  • Refreshed README.md with 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

Choose a tag to compare

@memclutter memclutter released this 26 Jun 18:09
v0.0.2
8e99d7c

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, the robbyrussell theme, the git plugin, Docker Compose aliases, and guarded, $HOME-relative tool PATH blocks (Go, NVM, PostgreSQL, Android SDK, Yandex Cloud, opencode, LM Studio).
  • Add user.signingkey and [init] defaultBranch = main to dot_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

Choose a tag to compare

@memclutter memclutter released this 26 Jun 16:48
2b334c0

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