Auto update git repo when installing, fancy tmux hostname loading

This commit is contained in:
Eric Teunis de Boone 2016-10-12 12:53:56 +02:00
parent da5ec8f924
commit d3a7752ad7
1 changed files with 1 additions and 0 deletions

View File

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