feat: bootstrap.sh wraps the first command; the URL stays an argument
This commit is contained in:
@@ -22,6 +22,13 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply <this repo url>
|
||||
~/.local/bin/dotup
|
||||
```
|
||||
|
||||
The first line is also wrapped as `bootstrap.sh` in this repo, for anyone who
|
||||
can fetch it raw but cannot remember chezmoi's incantation:
|
||||
|
||||
```sh
|
||||
curl -fsSL <this repo raw url>/bootstrap.sh | sh -s -- <this repo url>
|
||||
```
|
||||
|
||||
Two commands. The first lays down the files and clones the six externals; the
|
||||
second picks and installs the software. There is no third step, and nothing
|
||||
here prompts for anything.
|
||||
|
||||
Reference in New Issue
Block a user