diff --git a/Tips-and-Tricks.md b/Tips-and-Tricks.md index 4db73cd..640e0cd 100644 --- a/Tips-and-Tricks.md +++ b/Tips-and-Tricks.md @@ -106,11 +106,11 @@ and single configurations with 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) +If you have any open questions or something is unclear, you can try to take a look at a dotfiles repository that uses this setup: * [vbrandl/dotfiles](https://github.com/vbrandl/dotfiles) * [vsund/dotfiles](https://github.com/vsund/dotfiles) * [magicmonty/dotfiles_dotbot](https://github.com/magicmonty/dotfiles_dotbot) +* [vbriand/dotfiles](https://github.com/vbriand/dotfiles) # Automatically install or update dotfiles when ssh'ing into a remote machine (or: let my dotfiles follow me)