Skip to content

Instantly share code, notes, and snippets.

@oborba
oborba / tmux_ubuntu14.04.sh
Created September 20, 2016 17:42 — forked from VladSem/tmux_ubuntu14.04.sh
install tmux 2.0 on Ubuntu 14.04
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=2.0-1~ppa1~t