#echo "* Nothing here? :P" >> TODO.md
touch ChangeLog
+ else
+ __templater_echo "Basic files already set"
fi
}
git add .
#git commit -m "Initial import"
else
- __templater_echo "Git already installed"
+ __templater_echo "Git already set"
fi
}
__templater___templater_echo "Setting up git-hooks..."
git hooks --install
fi
+ else
+ __templater_echo "Git hooks already set"
fi
}
git flow init -d
fi
fi
+ else
+ __templater_echo "Git flow already set"
fi
}
vagrant init
echo '.vagrant' >> .gitignore
#git commit -a -m "Adds vagrant support"
+ else
+ __templater_echo "Vagrant already set"
fi
}
__templater___templater_echo "Setting up kvmx..."
kvmx init
#git commit -a -m "Adds kvmx support"
+ else
+ __templater_echo "KVMX already set"
fi
}
#git submodule add $BOOSTRAP puppet
git remote add puppet $BOOTSTRAP
git subtree add --prefix puppet $BOOTSTRAP master --squash
+ else
+ __templater_echo "Puppet already set"
fi
}
git add .
#git commit -a -m "Static site generation support using ikiwiki"
fi
+ else
+ __templater_echo "Ikiwiki already set"
fi
}
mkdir _themes
git submodule add https://github.com/snide/sphinx_rtd_theme _themes/sphinx_rtd_theme
fi
+ else
+ __templater_echo "Sphinx already set"
fi
}
if [ ! -d "content" ]; then
cp -r $DIRNAME/share/pelican/content .
fi
+ else
+ __templater_echo "Pelican already set"
fi
}