Skip to content

Instantly share code, notes, and snippets.

View Fi5t's full-sized avatar
☝️
Every software architect is a developer but not every developer is an architect

Fi5t

☝️
Every software architect is a developer but not every developer is an architect
View GitHub Profile
@Fi5t
Fi5t / install_tmux_osx_no_brew
Last active July 24, 2019 07:33 — forked from shrayasr/OLD_OLD_OLD_install_tmux_osx_no_brew.html
Install tmux on OSX WITHOUT brew
# Create a directory
mkdir ~/tmux-install
cd ~/tmux-install
# Get the files
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
tar xzf tmux-2.3.tar.gz