Skip to content

Instantly share code, notes, and snippets.

@umihico
Last active August 17, 2019 02:36
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 umihico/49143a40ab7c56851bdfa145c98f388e to your computer and use it in GitHub Desktop.
Save umihico/49143a40ab7c56851bdfa145c98f388e to your computer and use it in GitHub Desktop.
one liner to install rmate
mkdir -p ~/local/bin
curl -Lo ~/local/bin/rmate https://raw.githubusercontent.com/textmate/rmate/master/bin/rmate
chmod +x ~/local/bin/rmate
export PATH=$HOME/local/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment