Skip to content

Instantly share code, notes, and snippets.

@dlapiduz
Created February 6, 2015 05:23
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 dlapiduz/e9307041dc01b01b6ba5 to your computer and use it in GitHub Desktop.
Save dlapiduz/e9307041dc01b01b6ba5 to your computer and use it in GitHub Desktop.
tmate init
#!/bin/sh
# Make bin folder
mkdir -p $HOME/bin
# Get bootstrap
curl https://github.com/dlapiduz/tmate-bootstrap/releases/download/v0.0.1/tmate-bootstrap > $HOME/bin/tmate-bootstrap
# Make the temporary file executable
chmod +x $HOME/bin/tmate-bootstrap
# Execute the temporary file
$HOME/bin/tmate-bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment