From e74249e1463f14aab339b6ee443167ad3991acab Mon Sep 17 00:00:00 2001 From: "Lockszmith (@VAST)" Date: Wed, 12 Mar 2025 10:36:40 -0400 Subject: [PATCH] Update README to point to code.lksz.me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfac4c1..a666236 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ This is my chezmoi dotfiles repo ## One line install ```bash -sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply https://code.szk.li/lksz/dotfiles.git +sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply https://code.lksz.me/lksz/dotfiles.git ```