mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-18 05:06:38 +02:00
Hide submodules in root directory
This commit is contained in:
parent
37f41402ab
commit
07389ae819
6 changed files with 6 additions and 6 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
set -e
|
||||
|
||||
CONFIG="install.conf.yaml"
|
||||
DOTBOT_DIR="dotbot"
|
||||
CONFIG=".install.conf.yaml"
|
||||
DOTBOT_DIR=".dotbot"
|
||||
|
||||
DOTBOT_BIN="bin/dotbot"
|
||||
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
cd "${BASEDIR}"
|
||||
git pull
|
||||
git pull || echo "Pulling from remote failed"
|
||||
git submodule update --init --recursive "${DOTBOT_DIR}"
|
||||
|
||||
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue