From b39d8689d5f9019f7d46ff9ec55751a21e132743 Mon Sep 17 00:00:00 2001 From: Uttarayan Date: Tue, 21 Mar 2023 12:02:52 +0530 Subject: [PATCH] [fix] Use recursive --clone for dotfiles --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)