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 9c3345c commit 245eaa2Copy full SHA for 245eaa2
1 file changed
install.sh
@@ -286,6 +286,7 @@ function install_software() {
286
287
# 1. Clone TPM immediately (user priority #1: tmux plugins)
288
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm &
289
+ ln -s ~/.config/tmux/plugin/tpm ~/.tmux/plugins/tpm
290
tmp_pid=$!
291
292
# 2. Install only tmuxinator immediately (user priority #2) - minimal Ruby setup
0 commit comments