We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0b976 commit c51ee24Copy full SHA for c51ee24
1 file changed
install.sh
@@ -285,7 +285,7 @@ function install_software() {
285
start_time=$(start_operation "Fast track: Essential tool setup")
286
287
# 1. Clone TPM immediately (user priority #1: tmux plugins)
288
- git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm &
+ git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm &
289
tmp_pid=$!
290
291
# 2. Install only tmuxinator immediately (user priority #2) - minimal Ruby setup
0 commit comments