Having trouble installing the latest stable version of [tmux](http://tmux.sourceforge.net/)? Save yourself some time and run this little fellow! ### Prerequisities * gcc * wget ### Installs * tmux - 1.8 (latest stable) * libevent - 2.0.21 (latest stable) * ncurses - 5.9 (latest stable) ### How to install sudo curl -fsSL https://gist.github.com/shime/5706655/raw/install.sh | bash -e