ZSH: Fix submodule init

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
Tobias Manske 2018-09-06 23:15:08 +02:00
parent 7f5d24caec
commit 0758a3c10e
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F

View File

@ -30,7 +30,7 @@ albert:
ln -s ~/.dotfiles/albert ~/.config/albert
zsh:
cd ~/.dotfiles/zsh/ && git submodule init && git submodule update
cd ~/.dotfiles/zsh/ && git submodule init && git submodule update --recursive
rm ~/.zim || echo
ln -s ~/.dotfiles/zsh ~/.zim
cd ~/.dotfiles