mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +01:00
Auto update git repo when installing, fancy tmux hostname loading
This commit is contained in:
parent
da5ec8f924
commit
d3a7752ad7
1 changed files with 1 additions and 0 deletions
|
@ -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}" "${@}"
|
||||
|
|
Loading…
Reference in a new issue