Skip to content

Instantly share code, notes, and snippets.

@umayr
Created January 22, 2016 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umayr/de3a7a5473b88e863dd4 to your computer and use it in GitHub Desktop.
Save umayr/de3a7a5473b88e863dd4 to your computer and use it in GitHub Desktop.
How to install latest tmux with 256 color support in Ubuntu.
sudo apt-get update
sudo apt-get install ncurses-dev libevent-dev
git clone https://github.com/sunaku/tmux.git
cd tmux
git checkout 24bit-color
sh autogen
./configure && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment