mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 15:36:19 +00:00
autopushed
This commit is contained in:
+11
-1
@@ -31,9 +31,19 @@ git branch -M main
|
||||
git push -u origin main
|
||||
```
|
||||
|
||||
For syncing into a new machine, first install chezmoi as per the above, and then:
|
||||
For syncing into a new machine:
|
||||
|
||||
```
|
||||
sh -c "`curl -fsLS chezmoi.io/get`"
|
||||
chezmoi init https://gitlab.com/flancian/flancian
|
||||
chezmoi apply -v
|
||||
```
|
||||
|
||||
To upload changes to files already tracked by chezmoi:
|
||||
```
|
||||
chezmoi readd
|
||||
chezmoi cd
|
||||
git commit -a -m "chezmoi from $HOSTNAME"
|
||||
git push
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user