diff --git a/chezmoi.md b/chezmoi.md index 19126216e..394eb9f87 100644 --- a/chezmoi.md +++ b/chezmoi.md @@ -23,7 +23,7 @@ git add . git commit -m 'Initial commit from paramita." ``` -After creating an empty repo in a host: +After creating an empty repo in any host (I used [[gitlab]]), you can upload the local repo as per usual [[git]] instructions: ``` git remote add origin git@gitlab.com:flancian/flancian.git @@ -31,7 +31,7 @@ git branch -M main git push -u origin main ``` -For syncing into a new machine: +Then for syncing into a new machine, you just pass the repo as argument to `chezmoi init`: ``` sh -c "`curl -fsLS chezmoi.io/get`"