Skip to content

Instantly share code, notes, and snippets.

@Abhishek-Deshmukh
Abhishek-Deshmukh / tmux_local_install.sh
Created October 17, 2022 11:54 — forked from rothgar/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
TMUX_VERSION="2.1"
LIBEVENT_VERSION="2.0.20"
NCURSES_VERSION="6.0"
# 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.