updated folder organization
This commit is contained in:
parent
5acb272342
commit
15cf525fbf
36 changed files with 121 additions and 35 deletions
3
install
3
install
|
@ -5,9 +5,8 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||
cd ${BASEDIR}
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
||||
echo "Installing Dotbot and Linking Files"
|
||||
${BASEDIR}/lib/dotbot/bin/dotbot -d ${BASEDIR} -c config/dotbot/config ${@}
|
||||
${BASEDIR}/lib/dotbot/bin/dotbot -d ${BASEDIR} -c cfg/dotbot/cfg ${@}
|
||||
|
||||
echo "Installing ZUnit"
|
||||
cd ${BASEDIR}/lib/zunit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue