Skip to content

v0.2.1

Choose a tag to compare

@yarlson yarlson released this 26 May 06:25
· 68 commits to main since this release
v0.2.1
92f2575

Lnk v0.2.1

Git-native dotfiles management that doesn't suck.

Installation

# Quick install
curl -sSL https://raw.githubusercontent.com/yarlson/lnk/main/install.sh | bash

# Homebrew
brew tap yarlson/lnk
brew install lnk

# 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

Bug fixes

  • 92f2575: fix: preserve directory structure for common files and fix display paths (@yarlson)

Others

  • 0f74723: docs(README): update examples for host-specific configurations and usage patterns (@yarlson)

Full Changelog: v0.2.0...v0.2.1