IMP: vscode-specific project structuring (#6)

This commit is contained in:
Matthew Ryan Dillon 2020-05-12 14:32:17 -07:00 committed by GitHub
parent cba51bb5c7
commit 4e388ed79a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1161 additions and 982 deletions

View file

@ -9,6 +9,7 @@ DOTBOT_BIN="bin/dotbot"
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${DOTBOT_DIR}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"