Skip to content

Instantly share code, notes, and snippets.

View zmoon's full-sized avatar

Zachary Moon zmoon

View GitHub Profile
@zmoon
zmoon / tmux_local_install.sh
Last active February 19, 2020 19:47 — forked from bxshi/ tmux_local_install.sh
Install tmux locally without root access
#!/bin/bash
#
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $INSTALL_DIR/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
#
# This gist/scipt is based on this one:
# https://gist.github.com/bxshi/77a29560d35942558375778abe07fc74
# I updated versions