Skip to content

Instantly share code, notes, and snippets.

View arpit-amura's full-sized avatar

arpit arpit-amura

View GitHub Profile
@arpit-amura
arpit-amura / tmux_install.sh
Created May 9, 2016 10:37 — forked from P7h/tmux__CentOS__build_from_source.sh
tmux installation steps for Ubuntu
# tmux v2.0 installation steps for Ubuntu 14.04 (Trusty Tahr)
tmux -V
sudo apt-get update
sudo apt-get install -y python-software-properties software-properties-common
sudo add-apt-repository -y ppa:pi-rho/dev
sudo apt-get update
sudo apt-get install -y tmux
tmux -V
# tmux v1.9 installation steps for Ubuntu 14.04 (Trusty Tahr)