Updated Tips and Tricks (markdown)
parent
c9dc337c05
commit
b032cee9c7
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
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.
|
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.
|
Loading…
Reference in a new issue