v2.0.0
lnk v2.0.0
lightweight git-native dotfiles management
Installation
# Quick install
curl -sSL https://raw.githubusercontent.com/polymorcodeus/lnk/main/install.sh | bash
# Homebrew
# not yet supported
# Manual download
# Download the appropriate archive for your platform from the assets below
# Extract and move to your PATH:
# tar -xzf lnk_*.tar.gz && sudo mv lnk /usr/local/bin/Changelog
Features
- 9abb627: feat: add projectroot resolver for git paths (@polymorcodeus)
- 4aa9b66: feat: extract and abstract home-relative path behind interface (@polymorcodeus)
- b212ff3: feat: project resolver + pattern infrastructure (@polymorcodeus)
Others
- 7869bbd: Add project scope for repo-local dotfiles (@polymorcodeus)
- 35d03cf: Update .gitignore (#24) (@polymorcodeus)
Full Changelog: v1.5.0...v2.0.0