Skip to content

v0.5.1

Choose a tag to compare

@yarlson yarlson released this 01 Aug 03:52
· 47 commits to main since this release
57839c7

Lnk v0.5.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

  • dc52460: fix: remove hardcoded branch names from push/pull operations (@yarlson)

Others


Full Changelog: v0.5.0...v0.5.1