This commit is contained in:
David Tomaschik
2026-02-10 13:00:03 -08:00
parent d9223c92dc
commit 5a49dd95b2
3 changed files with 81 additions and 103 deletions

View File

@@ -283,7 +283,7 @@ install_main() {
if [[ ! -d "${TPM_DIR}" ]]; then
verbose "Installing TPM (Tmux Plugin Manager)..."
if have_command git; then
git clone "${TPM_REPO}" "${TPM_DIR}"
git clone --depth 1 "${TPM_REPO}" "${TPM_DIR}"
else
echo "Error: git not found. Cannot install TPM." >&2
fi