aboutsummaryrefslogtreecommitdiff
path: root/share/templater/git/setup
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/git/setup')
-rwxr-xr-xshare/templater/git/setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/templater/git/setup b/share/templater/git/setup
index 952e6ef..a9b26a0 100755
--- a/share/templater/git/setup
+++ b/share/templater/git/setup
@@ -18,6 +18,8 @@ function templater_git {
templater_user_input GIT_USER User "-> Choose a git user name"
templater_user_input GIT_EMAIL user@example.org "-> Choose a git email address"
+ templater_install_makefile $SHARE/git/files/Makefile.git
+
git init
git config user.name "$GIT_USER"
git config user.email "$GIT_EMAIL"