diff --git a/Tips-and-Tricks.md b/Tips-and-Tricks.md index c0511e6..567fa7b 100644 --- a/Tips-and-Tricks.md +++ b/Tips-and-Tricks.md @@ -104,6 +104,8 @@ and single configurations with ./install-standalone ``` +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)