streamlined some more stuff, removed fzf for system installed version

This commit is contained in:
Nikolas Weger 2017-07-31 17:23:54 +02:00
parent 8077363188
commit fe3c2d1438
41 changed files with 55 additions and 98 deletions

View file

@ -7,7 +7,7 @@ git submodule update --init --recursive
echo "Installing Dotbot and Linking Files"
${BASEDIR}/lib/dotbot/bin/dotbot -d ${BASEDIR} -c config/dotbot/dotbot.yaml ${@}
${BASEDIR}/lib/dotbot/bin/dotbot -d ${BASEDIR} -c config/dotbot/config ${@}
echo "Installing ZUnit"
cd ${BASEDIR}/lib/zunit