Releases: thompsonson/dotfiles
Releases · thompsonson/dotfiles
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2026-02-05)
⚠ BREAKING CHANGES
- setup: Shell configuration now managed entirely by chezmoi templates instead of direct file modifications during installation
Features
- add dev session manager, sysup utility, and tmux configuration (#2) (cc564d0)
- add just command runner and l alias (8e914ad)
- added Nerd fonts so it's bootiful, antigen for ZSH plugin management (including a few basic plugins) and Powerlevel10k theme. (645b379)
- claude: add Claude Code configuration (d6657b8)
- claude: add tool permissions for common file/search commands (2bba898)
- cli: add modern Rust-based CLI tools for all platforms (2d9a728)
- cli: add modern Rust-based CLI tools for all platforms (89d27e4)
- enhance package installation script with cross-platform support and modern CLI tools (d3f801e)
- Initial setup, installing homebrew and apt/brew pacakages. Changes shell to Zsh, OhMyZsh+plugins is pulled in via .chezmoiexternal (0207a57)
- nodejs: add fnm for Node.js version management (cb25ee5)
- packages: add GitHub CLI to cross-platform package installation (1873ae0)
- setup: add cross-platform support for macOS, Linux, and WSL (125fbaf)
- vscode: add automatic VS Code extensions installation script (cdf8375)
- vscode: add comprehensive VS Code configuration (45b41a7)
- vscode: remove unwanted extensions and fix terminal font config (058f070)
- vscode: remove vim extension from recommended extensions (d635d9e)
- vscode: streamline extensions list (c4d5171)
Bug Fixes
- correcting the homebrew installation to NOT run with sudo (e8b5bf9)
- dev: use Homebrew bash for macOS compatibility (3dea05d)
- homebrew doesn't actually install on arm systems (e8b5bf9)
- installing OhMyZsh via the install script, not via .chezmoiexternal (as this does not run the install.zsh) (e8b5bf9)
- missing template variables added to the .chezmoi.toml or removed fromt he template (if not needed) (e8b5bf9)
- path: adding the chezmoi bin folder to the path (0b1d4e6)
- ssh: add IgnoreUnknown for Homebrew OpenSSH compatibility (9868305)
- ssh: manage SSH config via chezmoi template for cross-platform support (9896eea)
- zsh: remove broken chezmoi/bin path from PATH (1ddcf9f)
- zsh: resolve PATH syntax error and antigen cache directory issues (ab2c300)
Refactoring
- improve package installation script organization (2313fbf)
Documentation
- add comprehensive README and Claude Code instructions (88e3302)
- update README to remove bin directory reference (097e6bb)