Skip to content

Instantly share code, notes, and snippets.

View kexposito's full-sized avatar

Kevin Expósito kexposito

  • Montevideo, Uruguay
View GitHub Profile
@tomasbasham
tomasbasham / install_tmux_osx_no_brew
Last active June 14, 2024 03:55 — forked from Fi5t/install_tmux_osx_no_brew
Install tmux on OSX WITHOUT brew
# Create a directory
mkdir ~/tmux-install
cd ~/tmux-install
# Get the files
curl -OL https://www.openssl.org/source/openssl-1.0.2l.tar.gz
curl -OL https://github.com/tmux/tmux/releases/download/2.3/tmux-2.3.tar.gz
curl -OL https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
# Extract them