Skip to content

Instantly share code, notes, and snippets.

@vishnun
Created May 8, 2017 20:00
Show Gist options
  • Save vishnun/11ea13bfb47731ac38071ce336b4addd to your computer and use it in GitHub Desktop.
Save vishnun/11ea13bfb47731ac38071ce336b4addd to your computer and use it in GitHub Desktop.

Untar

tar -xzf RubyMine-2017.1.2.tar.gz

Make directory for source and executable

mkdir -p ~/bin/rubymines/ mkdir -p ~/bin/rubymine/

Move rubymine source to rubymines

mv RubyMine-2017.1.2 ~/bin/rubymines

Create symlink

ln -nfs ~/bin/rubymines/RubyMine-2017.1.2/ ~/bin/rubymine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment