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:
parent
023643eaaa
commit
401b4cc6e0
@ -16,6 +16,10 @@ fi
|
|||||||
|
|
||||||
if [ ! -d "$HOME/dotfiles-local" ]; then
|
if [ ! -d "$HOME/dotfiles-local" ]; then
|
||||||
git clone git@github.com:danbee/dotfiles-local.git
|
git clone git@github.com:danbee/dotfiles-local.git
|
||||||
|
pushd "$HOME/dotfiles"
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
popd
|
||||||
else
|
else
|
||||||
pushd "$HOME/dotfiles-local"
|
pushd "$HOME/dotfiles-local"
|
||||||
git pull
|
git pull
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user