From b52267f47e34cec221b01790e583b27b25354cf0 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 24 Nov 2020 17:05:50 +0100 Subject: [PATCH] Add tmux plugin installer --- .tmux/plugin-installer.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .tmux/plugin-installer.sh diff --git a/.tmux/plugin-installer.sh b/.tmux/plugin-installer.sh new file mode 100755 index 0000000..474de68 --- /dev/null +++ b/.tmux/plugin-installer.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm