Skip to content

Instantly share code, notes, and snippets.

View renxida's full-sized avatar

Xida Ren renxida

  • Seattle, WA
  • 22:51 (UTC -07:00)
View GitHub Profile
@renxida
renxida / build_local_tmux.sh
Last active June 4, 2018 16:01 — forked from hiwonjoon/build_local_tmux.sh
Install tmux without root
#!/bin/bash
set -e
TMUX_VERSION=2.7
LIBEVENT_VERSION=2.0.22-stable
NCURSES_VERSION=6.0
mkdir -p $HOME/.local
mkdir -p $HOME/src