From 58ebee0543dfa96b0f35772e39b8790bce1b88e4 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Sat, 24 Jul 2010 00:05:22 +0200 Subject: changing directory structure to be more usable --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index c415e52..ef3f6ba 100644 --- a/install.sh +++ b/install.sh @@ -32,11 +32,11 @@ fugitive_install() { git init >/dev/null echo "done." echo -n "Creating default directory tree... " - mkdir -p fugitive/drafts fugitive/articles fugitive/templates + mkdir -p _drafts _articles _templates echo "done." echo -n "Adding default directory paths to git config... " - git config --add --path fugitive.templates-dir "fugitive/templates" - git config --add --path fugitive.articles-dir "fugitive/articles" + git config --add --path fugitive.templates-dir "_templates" + git config --add --path fugitive.articles-dir "_articles" git config --add --path fugitive.public-dir "." echo "done." echo -n "Writing default template files... " -- cgit v1.2.3