Skip to content

Instantly share code, notes, and snippets.

@bfolkens
Last active April 21, 2019 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfolkens/3005f397fc1a08acbbe71d70c377646c to your computer and use it in GitHub Desktop.
Save bfolkens/3005f397fc1a08acbbe71d70c377646c to your computer and use it in GitHub Desktop.
Quick access to tmux
#!/bin/bash
mkdir -p /opt/bin
export PATH=$PATH:/opt/bin
cd /opt/bin
wget http://s.minos.io/s -O static-get
chmod a+rx ./static-get
cd /opt
/opt/bin static-get tmux
tar xf tmux-*.tar.xz
/opt/bin/tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment