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