1
0
Fork 0
mirror of synced 2024-11-22 08:15:34 -05:00

Updated Tips and Tricks (markdown)

Anish Athalye 2018-03-12 08:40:39 -04:00
parent c9dc337c05
commit b032cee9c7

@ -160,3 +160,7 @@ 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.
# 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.