X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/4b9b446507a9cbeb87faad59335f9ccda858822c..efa78b89aecb59077b2dde8a403886b5f6765eb8:/setup/README diff --git a/setup/README b/setup/README index 0d342ec..6f22a44 100644 --- a/setup/README +++ b/setup/README @@ -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.