From 3d2ecf48abe929cff2347920deb550a382e34ef5 Mon Sep 17 00:00:00 2001 From: Valentin Briand <678530+vbriand@users.noreply.github.com> Date: Tue, 9 Feb 2021 14:35:35 +0100 Subject: [PATCH] Remove shivapoudel/dotfiles that doesn't use dotbot anymore + add vbriand/dotfiles instead --- Tips-and-Tricks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)