[+] Add submodules into fastinstall script

This commit is contained in:
Hykilpikonna
2021-09-28 03:13:11 +08:00
committed by GitHub
parent 749f534607
commit 88a669c30a
+6 -2
View File
@@ -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