commit 82a6ddf37eb1008d32b01e0f14cc9095330ae77b parent c3518b422b1f12740b23083fcae7b42ce0107b4e Author: pyratebeard <root@pyratebeard.net> Date: Fri, 10 Jul 2020 20:30:58 +0100 updated repo url to point to gitlab Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -26,7 +26,7 @@ set -g @bond "bond1" ### With [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended) Add the plugin to your list of TPM plugins in `.tmux.conf` ``` -set -g @plugin 'git://git.pyratebeard.net/tmux-bond-device' +set -g @plugin 'https://gitlab.com/pyratebeard/tmux-bond-device.git' ``` Fetch the plugin and source it using `prefix + I`. @@ -34,7 +34,7 @@ Fetch the plugin and source it using `prefix + I`. ### Manual installation Clone the repo ``` -git clone git://git.pyratebeard.net/tmux-bond-device ~/clone/path +git clone https://gitlab.com/pyratebeard/tmux-bond-device.git ~/clone/path/ ``` Add this line to the bottom of your `.tmux.conf`