Skip to content

Instantly share code, notes, and snippets.

View PhilippeCarphin's full-sized avatar

Philippe Carphin PhilippeCarphin

View GitHub Profile
@PhilippeCarphin
PhilippeCarphin / tmux_local_install.sh
Last active March 24, 2020 12:02 — 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.
# However, you might want to customize the following variables:
# exit on error
set -e