updated install script to add dotfiles_private (untested)
This commit is contained in:
parent
f6b98e1527
commit
345713863b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# Get dotfiles dir
|
# Get dotfiles dir
|
||||||
DOTDIR=$(cd "$(dirname ${BASH_SOURCE})"; pwd)
|
DOTDIR=$(cd "$(dirname ${BASH_SOURCE})"; pwd)
|
||||||
PRIVATE_DOTFILES_DIR=""
|
PRIVATE_DOTFILES_DIR="${DOTDIR}/dotfiles_private/"
|
||||||
INSTALLED_FLAG_FILE="${DOTDIR}/.installed"
|
INSTALLED_FLAG_FILE="${DOTDIR}/.installed"
|
||||||
SUBLIME=0
|
SUBLIME=0
|
||||||
INSTALL=0
|
INSTALL=0
|
||||||
|
@ -132,7 +132,7 @@ function installDependencies {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
read -p "Adding adrien/dotfiles_private submodule... Ready?" -n 1 -r
|
read -p "Adding adrien/dotfiles_private submodule... Ready?" -n 1 -r
|
||||||
git submodule add --name prive git@git.deuxfleurs.fr:adrien/dotfiles_private.git prive
|
git submodule add --name prive git@git.deuxfleurs.fr:adrien/dotfiles_private.git "${PRIVATE_DOTFILES_DIR}"
|
||||||
|
|
||||||
|
|
||||||
echo Pulling git submodules...
|
echo Pulling git submodules...
|
||||||
|
|
Loading…
Reference in a new issue