[+] Add submodules into fastinstall script
This commit is contained in:
+6
-2
@@ -19,8 +19,12 @@ addline() {
|
|||||||
addline .zshrc 'SCR="$HOME/zshrc/scripts"'
|
addline .zshrc 'SCR="$HOME/zshrc/scripts"'
|
||||||
addline .zshrc '. $SCR/zshrc.sh'
|
addline .zshrc '. $SCR/zshrc.sh'
|
||||||
|
|
||||||
# Source file
|
# Initialize submodules
|
||||||
. .zshrc
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
|
||||||
# Return to the previous directory
|
# Return to the previous directory
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# Open a new zsh instance
|
||||||
|
zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user