summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 8505ef9..a24f3c3 100644
--- a/install.sh
+++ b/install.sh
@@ -34,10 +34,11 @@ fugitive_install() {
echo -n "Creating default directory tree... "
mkdir -p _drafts _articles _templates
echo "done."
- echo -n "Adding default directory paths to git config... "
+ echo -n "Adding default directory paths and settings to git config... "
git config --add --path fugitive.templates-dir "_templates"
git config --add --path fugitive.articles-dir "_articles"
git config --add --path fugitive.public-dir "."
+ git config --add --path fugitive.preproc ""
echo "done."
echo -n "Writing default template files... "
fugitive_write_template > _templates/article.html <<EOF