From 88a669c30acecab3259e2dc2b7e8fb9d697586fb Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 28 Sep 2021 03:13:11 +0800 Subject: [PATCH] [+] Add submodules into fastinstall script --- fastinstall.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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