1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

We need to pull submodules

This commit is contained in:
Daniel Barber 2019-10-15 19:47:11 -04:00
parent 023643eaaa
commit 401b4cc6e0

View File

@ -16,6 +16,10 @@ fi
if [ ! -d "$HOME/dotfiles-local" ]; then
git clone git@github.com:danbee/dotfiles-local.git
pushd "$HOME/dotfiles"
git submodule init
git submodule update
popd
else
pushd "$HOME/dotfiles-local"
git pull