mirror of https://github.com/nirenjan/dotfiles.git
Update install script to initialize submodules
parent
9f75a8b596
commit
2d87f15a70
6
install
6
install
|
@ -212,6 +212,12 @@ DF_PATH=$(pwd)
|
|||
PRINT_PATH=$(echo $DF_PATH | sed "s:^$HOME:~:")
|
||||
echo Installing dotfiles from $PRINT_PATH
|
||||
|
||||
#######################################################################
|
||||
# Initialize submodules
|
||||
#######################################################################
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
#######################################################################
|
||||
# Install scripts
|
||||
#######################################################################
|
||||
|
|
Loading…
Reference in New Issue