diff --git a/fastinstall.sh b/fastinstall.sh index 452f165..b08a6d6 100644 --- a/fastinstall.sh +++ b/fastinstall.sh @@ -19,8 +19,12 @@ addline() { addline .zshrc 'SCR="$HOME/zshrc/scripts"' addline .zshrc '. $SCR/zshrc.sh' -# Source file -. .zshrc +# Initialize submodules +git submodule init +git submodule update # Return to the previous directory popd + +# Open a new zsh instance +zsh