From 07f99c6f5da3d7b850300d33671b635a40dec52e Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Tue, 31 Dec 2019 13:32:52 -0500 Subject: [PATCH] Link to #87 for multi-config plus CLI options --- Tips-and-Tricks.md | 2 ++ 1 file changed, 2 insertions(+) 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)