Skip to content

Commit c51ee24

Browse files
committed
Fix TPM install directory
1 parent ce0b976 commit c51ee24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function install_software() {
285285
start_time=$(start_operation "Fast track: Essential tool setup")
286286

287287
# 1. Clone TPM immediately (user priority #1: tmux plugins)
288-
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm &
288+
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm &
289289
tmp_pid=$!
290290

291291
# 2. Install only tmuxinator immediately (user priority #2) - minimal Ruby setup

0 commit comments

Comments
 (0)