Releases: benrozsa/dotfiles
Releases · benrozsa/dotfiles
Docs and CI badges
v0.1.1 — Docs and CI badges
Highlights
- Clarify VS Code uses shfmt from PATH; wrapper optional for Flatpak/macOS/Linux portability
- Add CI badges (ShellCheck, Yamllint, Actionlint) to README
- Add a short Reverting note to README
Changes
- Docs: update README and CONTRIBUTING for PATH‑based shfmt; mention optional wrapper
- Docs: add badges and Reverting section in README
- Meta: update GitHub repo description and topics
Breaking Changes
- None
How To Update
- Ensure
shfmtis installed and on your PATH (e.g.,brew install shfmtorsudo dnf install shfmt). No other action required.
Compare
v0.1.0
v0.1.0 — Initial 0.x release
Highlights
- Safe, idempotent installer with backups and symlinks
- Shell, Git, Vim, and VS Code configuration
- Optional Oh My Zsh plugins ensured
Changes
- Scripts: add
install.shandgit-config-setup.sh - Config: add
.zshrc,.bash_aliases,.vimrc, and VS Code settings + recommendations - CI: add ShellCheck, Yamllint, and Actionlint workflows
Breaking Changes
- None
How To Update
- Clone repo, run
./install.sh. Existing files are backed up with.baksuffix.
Compare