Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 869 Bytes

install_tmux_and_plugins_sh.md

File metadata and controls

15 lines (13 loc) · 869 Bytes

NOTE:

This script is intended to be called from $cloaked-wight or $cloaked-wight/tmux. Invoking from any other directory will result in an early exit.


Since tmux-yank requires tmux (>= 1.9), TPM, and xclip (see tmux/tmux-yank) this script

  1. Checks the version of tmux installed, and installs 1.9a from the pi-rho PPA according to these directions.
  2. Installs tmux plugin manager (TPM).
  3. Checks for and installs xclip (if missing).
  4. Creates symlink between ~/.tmux.conf and tmux/.tmux.conf.
  5. Installs TPM plugins accoring to the TPM Wiki post on how to install plugins from command line.