Skip to content

Instantly share code, notes, and snippets.

View amirhomayoun's full-sized avatar

Amir H. Sadoughi amirhomayoun

View GitHub Profile
### Keybase proof
I hereby claim:
* I am amirhomayoun on github.
* I am amirhomayoun (https://keybase.io/amirhomayoun) on keybase.
* I have a public key ASBiaEiYKaRf3qdxiCwLpGPBm0bl1JE_1IE_CA3nPdPi0Qo
To claim this, I am signing this object:
@amirhomayoun
amirhomayoun / tmux_local_install.sh
Created July 22, 2016 15:03 — forked from sharjeelsayed/tmux_local_install.sh
bash script for installing tmux without root access.Updated to include latest Tmux version and some other minor changes
#!/bin/bash
# Source: https://gist.github.com/ryin/3106801
# 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=1.9