Skip to content

v0.3.0

Choose a tag to compare

@yarlson yarlson released this 03 Jun 05:35
· 63 commits to main since this release

Lnk v0.3.0

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

Features

  • ae9cc17: feat(bootstrap): add automatic environment setup with bootstrap scripts (@yarlson)

Full Changelog: v0.2.2...v0.3.0