From 53c62408d8ee422774bfca15ebf83aa71fc4eab7 Mon Sep 17 00:00:00 2001 From: lksz Date: Sun, 12 Jan 2025 15:02:26 +0000 Subject: [PATCH] Added oneline install --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fc7baba..bfac4c1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # README.md of chezmoi repo 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 +```