From cfd336e8f0209b3d74f787ec5c9d49c3d7d0a36a Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 5 Jun 2022 17:59:59 +0200 Subject: [PATCH] autopushed --- chezmoi.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/chezmoi.md b/chezmoi.md index 652c90cbf..79d90757a 100644 --- a/chezmoi.md +++ b/chezmoi.md @@ -23,8 +23,17 @@ git add . git commit -m 'Initial commit from paramita." ``` +After creating an empty repo in a host: + ``` git remote add origin git@gitlab.com:flancian/flancian.git git branch -M main git push -u origin main ``` + +For syncing into a new machine, first install chezmoi as per the above, and then: + +``` +chezmoi init https://gitlab.com/flancian/flancian +chezmoi apply -v +```