Skip to content

Instantly share code, notes, and snippets.

View eemp's full-sized avatar

Mihir Patel eemp

View GitHub Profile
@eemp
eemp / tmux_local_install.sh
Last active February 27, 2017 19:17 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=2.3