Skip to content

Instantly share code, notes, and snippets.

View adibis's full-sized avatar

Aditya Shevade adibis

View GitHub Profile
@adibis
adibis / tmux_local_install.sh
Created November 29, 2012 18:32 — 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
# create our directories