Skip to content

Instantly share code, notes, and snippets.

View yedamao's full-sized avatar
🎧
Focusing

dave yedamao

🎧
Focusing
View GitHub Profile
@yedamao
yedamao / install-tmux.sh
Last active January 15, 2024 04:12 — forked from pokev25/install-tmux.sh
Install tmux 2.8 on centos 7
# Install tmux 2.8 on Centos
# install deps
yum install gcc kernel-devel make ncurses-devel
# DOWNLOAD SOURCES FOR LIBEVENT AND MAKE AND INSTALL
curl -LO https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz
tar -xf libevent-2.1.8-stable.tar.gz
cd libevent-2.1.8-stable