Bläddra i källkod

added tmux plugin install script

control 5 månader sedan
förälder
incheckning
28fec0da75
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      install_tmux_plugins.sh

+ 4 - 0
install_tmux_plugins.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+
+git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
+echo "Remember to tmux source ~/.tmux.conf"