Skip to content

Instantly share code, notes, and snippets.

View SongRb's full-sized avatar
🙂
Leisure

Bob Smith SongRb

🙂
Leisure
View GitHub Profile
@SongRb
SongRb / tmux_local_install.sh
Last active January 17, 2019 03:45 — 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.
# exit on error
set -e
TMUX_VERSION=2.7