From 473c909c7bfb1b29b5a7decabe0de481bb212eb8 Mon Sep 17 00:00:00 2001 From: Andreas Ntaflos Date: Thu, 7 Jul 2016 14:09:13 +0200 Subject: [PATCH] Add link to original inspiration blog post --- Tips-and-Tricks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tips-and-Tricks.md b/Tips-and-Tricks.md index d433119..2407853 100644 --- a/Tips-and-Tricks.md +++ b/Tips-and-Tricks.md @@ -4,6 +4,8 @@ See [here](https://github.com/anishathalye/dotbot/pull/11#issuecomment-73082152) ## Automatically install or update dotfiles when ssh'ing into a remote machine (or: let my dotfiles follow me) +Original inspiration: http://klaig.blogspot.co.at/2013/04/make-your-dotfiles-follow-you.html + In your local `~/.ssh/config`: ```