summaryrefslogtreecommitdiff
path: root/tools/git-submodule/install
blob: 4f4906eba706df6227c4501a4eff31515c1d1323 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

CONFIG="install.conf.json"
DOTBOT_DIR="dotbot"

DOTBOT_BIN="bin/dotbot"
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

cd "${BASEDIR}"
git submodule update --init --recursive ${DOTBOT_DIR}

"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" $@