p7th0n / get_latest_tmux

fetch the latest version of tmux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple script to fetch and install latest tmux for Ubuntu

The version fetched with apt-get is not up to date. Some of the tips in the tmux 2 book depend on the newer 2.3 version.

Cleaner way to get a newer version of Tmux for Ubuntu

sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:pi-rho/dev
sudo apt-get update
sudo apt-get install -y software-properties-common tmux-next

echo "alias tmux=tmux-next" >> ~/.bashrc

About

fetch the latest version of tmux


Languages

Language:Shell 100.0%