diff --git a/stow b/stow index 63275a5..976d1e3 100755 --- a/stow +++ b/stow @@ -13,3 +13,9 @@ fi; echo 'All file conflicts resolved, stowing...' stow -t "$HOME" . echo 'Finished stowing.' +if [ ${SHELL##*/} == 'zsh' ]; then + echo 'Calling zsh installer' + $(pwd)/scripts/install-omz.sh + echo 'Done'. +fi; +echo 'All stowed!'