]> code.delx.au - dotfiles/blobdiff - setup/README
post-checkout hook
[dotfiles] / setup / README
index 0d342ec4ae8ca272b458113fb9e091c7988c27a7..6f22a44b2dcc08e5d52a58273f32276cf1a838fe 100644 (file)
@@ -17,6 +17,8 @@ Symlink the config files into your home directory:
     $ ln -sf .dotfiles/{.bash,.bash_profile,.bashrc,.gitconfig,.hgrc,.inputrc,.pythonrc.py,.screenrc,.terminfo,.vim,.vimrc} .
     $ ln -s .dotfiles/.ssh/config .ssh/
 
+Symlink the git hooks
+    $ cd .dotfiles && rm -rf hooks && ln -s ../git-hooks hooks
 
 You can add machine specific configs to the bash init scripts by creating files in ~/.bash called environment_local, interactive_local, functions_local, etc
 Also, learn how to use Git and use it to version control other config files of yours.