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.
2 parents a80cf24 + 6777173 commit 9c0ecf7Copy full SHA for 9c0ecf7
1 file changed
install.sh
@@ -296,7 +296,8 @@ function install_software() {
296
297
# 1. Clone TPM immediately (user priority #1: tmux plugins)
298
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm &
299
- ln -s ~/.config/tmux/plugin/tpm ~/.tmux/plugins/tpm
+ mkdir -p ~/.tmux/plugins
300
+ ln -s ~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm
301
tmp_pid=$!
302
303
# 2. Install only tmuxinator immediately (user priority #2) - minimal Ruby setup
0 commit comments