[fix] Use recursive --clone for dotfiles
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# ensure_installed:
|
# ensure_installed:
|
||||||
DOTFILES_REPO="https://github.com/uttarayan21/dotfiles"
|
DOTFILES_REPO="https://github.com/uttarayan21/dotfiles"
|
||||||
INSTALLED="$HOME/.local/share/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
|
for file in $(ls -1 $INSTALLED/config); do
|
||||||
# echo "$INSTALLED/config/$(basename file)" $HOME/config/$(basename $file)
|
# echo "$INSTALLED/config/$(basename file)" $HOME/config/$(basename $file)
|
||||||
|
|||||||
Reference in New Issue
Block a user