1
0
Fork 0
mirror of synced 2024-05-29 05:21:12 -04:00

Link to #87 for multi-config plus CLI options

Anish Athalye 2019-12-31 13:32:52 -05:00
parent 22f0588c81
commit 07f99c6f5d

@ -104,6 +104,8 @@ and single configurations with
./install-standalone <configs...>
```
The above prevent passing command-line arguments like `-v` and `-q` to the Dotbot invocation. If you want to use command-line options in conjunction with the above, you can add parsing of command-line options as described in [#87](https://github.com/anishathalye/dotbot/issues/87#issue-146431889).
If you have any open questions or something is unclear, you can try to take a look at a dotfile repository that uses this setup:
* [shivapoudel/dotfiles](https://github.com/shivapoudel/dotfiles)
* [vbrandl/dotfiles](https://github.com/vbrandl/dotfiles)