autopushed

This commit is contained in:
2022-06-11 23:36:03 +02:00
parent 3c13421cc3
commit c8da2fbe67
+2 -2
View File
@@ -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`"