diff --git a/install.sh b/install.sh index cac67a75..7feaac33 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # ensure_installed: DOTFILES_REPO="https://github.com/uttarayan21/dotfiles" INSTALLED="$HOME/.local/share/dotfiles" -git clone "$DOTFILES_REPO" "$INSTALLED" +git clone --recursive "$DOTFILES_REPO" "$INSTALLED" for file in $(ls -1 $INSTALLED/config); do # echo "$INSTALLED/config/$(basename file)" $HOME/config/$(basename $file)