File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ You can clone an existing repo with
1515ins dot clone <repo url>
1616```
1717
18- Or create a new on with
18+ Or create a new one with
1919
2020```
2121ins dot init
@@ -67,6 +67,16 @@ priority in `~/.config/instant/dots.toml` will be used. This can be used to
6767install both third party base dotfiles as well as keeping your personal
6868configuration tracked and synchronized between machines.
6969
70+ The ` ins repo ` command can be used to manage repositories, but they can also be
71+ configured directly in ` ~/.config/instant/dots.toml ` .
72+
73+ ## Automatic usage
74+
75+ ` ins dot ` is used to automatically install and update the default instantOS
76+ dotfiles (https://github.com/instantOS/dotfiles ). That way you can enjoy an up
77+ to date preconfigured setup while still being able to customize any part of it
78+ without investing any extra effort. Putting ` ins dot update ` in a startup script
79+ is a well supported and intended use case.
7080
7181
7282
You can’t perform that action at this time.
0 commit comments