Releases: rhysd/dotfiles
Releases · rhysd/dotfiles
v0.2.3
- Update many dependencies. These updates include several security fixes.
- Release executable for
darwin/arm64
(Apple Silicon).
- Remove 32bit arch executables from release assets. Please build executables with
go install
for them.
- Bump the minimum Go version to 1.19.
v0.2.2
- Fix:
dotfiles list
command did not show links correctly when one file was linked to multiple symlinks (#9)
- Fix:
dotfiles link
command failed when linking files outside the dotfiles repository
- Dev: Use GitHub Actions to run CI instead of Travis CI
v0.2.1
- Improve: Allow to specify multiple paths as value of mappings JSON object (thanks @hiroebe for adding this)
{
"vimrc": ["~/.vimrc", "~/.config/nvim/init.vim"]
}
v0.2.0
- Add new platform
unixlike
for both linux and darwin
- Add new subcommand
selfupdate
- Fix tiny bugs
v0.1.0
First release 🎉
Please see README.md for the detail.
!!! Windows Support Is Not Sufficient Yet !!!