aboutsummaryrefslogtreecommitdiff
path: root/share/templater/git/setup
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-07-05 18:58:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-07-05 18:58:03 -0300
commitf160642b16c5da9c60d6004defc14f2afc95aa62 (patch)
treedfb7c2d0455893f2816cb3557cf89406483d5e1d /share/templater/git/setup
parent9da19c8d2612fc09eb58c9604fe069c1fb2d6552 (diff)
downloadtemplater-master.tar.gz
templater-master.tar.bz2
Adds http_server and git modules; update IDEASHEADmaster
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"