tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.95k stars 420 forks source link

Invalid example in readme #145

Open bssb opened 5 years ago

bssb commented 5 years ago

The readme states that we can use the syntax: set -g @plugin 'git@github.com/user/plugin' This does not work for me. For example, I have in my config file: set -g @plugin 'git@github.com/bssb/tmux-themepack' Then when I try to install it:

$ install_plugins
Already installed "tpm"
Installing "tmux-themepack"
  "tmux-themepack" download fail

After changing the line to set -g @plugin 'bssb/tmux-themepack' it installs properly.

Is anyone else having this issue?

michaellee8 commented 3 years ago

Can you try if git clone git@github.com/bssb/tmux-themepack works? I guess you need a Public SSH key set in GitHub account to work since SSH protocol won't work without a SSH key.