]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Move get-commit-message.vim and mk-git-aliases to devscripts/
[cookiecutter.git] / cookiecutter
index 539fddac4550ee3eb6651d51b1550b1488f77141..ffb815e3d28802f1e1d24a4fc0e51f08c2655d49 100755 (executable)
@@ -22,4 +22,7 @@ sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
 
 git init && git add . &&
 git commit --message "Initial commit - created the project" &&
+git config htdocs.path "$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/"$project_name"/docs &&
+cp -p "$HOME"/current/projects/m_lib/update-remotes . &&
+echo /update-remotes >>.git/info/exclude &&
 exec ./mk-git-aliases