From b032cee9c7e4dde2fb493af22736f7eb7cb92a61 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Mon, 12 Mar 2018 08:40:39 -0400 Subject: [PATCH] Updated Tips and Tricks (markdown) --- Tips-and-Tricks.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Tips-and-Tricks.md b/Tips-and-Tricks.md index 070b8ca..2ac6808 100644 --- a/Tips-and-Tricks.md +++ b/Tips-and-Tricks.md @@ -159,4 +159,8 @@ If there isn't a `dotfiles` repository in the user's home we do a fresh installa Obviously this `LocalCommand` is executed every time you connect to the remote machine so it will take a few seconds before your remote shell becomes available. -This works best if you use public key authentication (or GSSAPI/Kerberos authentication) so SSH doesn't ask for a password when logging in. If you do use password authentication then you will need to enter your password once for each of the two SSH connections. \ No newline at end of file +This works best if you use public key authentication (or GSSAPI/Kerberos authentication) so SSH doesn't ask for a password when logging in. If you do use password authentication then you will need to enter your password once for each of the two SSH connections. + +# Automatically update your Dotbot config file when you add files in Git + +You can use this tool (implemented as a Git pre-commit hook) to automatically update Dotbot's config file when adding files in Git: https://github.com/gwerbin/dotbot-autobot. \ No newline at end of file