# CONTENT Yet another (!) approach at building up a centralized configuration. Parts are old, parts are not done yet, we're getting there. ## Information for cloning For git-prompt, its submodule sha1collisiondetection may be "broken" (i.e. it cannot be pulled), here's a fix: `git -c submodule.sha1collisiondetection.update=none COMMAND` ...whereas `COMMAND` is one of the usual actions such as ``` clone --recurse-submodules submodule update --init --recursive ```