Ver código fonte

added tmux plugin install script

control 5 meses atrás
pai
commit
28fec0da75
1 arquivos alterados com 4 adições e 0 exclusões
  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"