dotfiles-install: remove --depth 1 bc my server doesn't support it

This commit is contained in:
PowerUser64 2022-10-27 01:42:54 -07:00
parent aa2abfcc98
commit 90332c02ea

View file

@ -17,7 +17,7 @@ if ! command -v git > /dev/null;then
fi
mkdir -p "$DOTFILES_REPO_DIR"
git clone --depth 1 --bare "$DOTFILES_REPO_URL" "$DOTFILES_REPO_DIR"
git clone --bare "$DOTFILES_REPO_URL" "$DOTFILES_REPO_DIR"
dot() {
git --git-dir="$DOTFILES_REPO_DIR" --work-tree="$HOME" "$@"