Skip to content

Instantly share code, notes, and snippets.

@sourabh-upadhyay
Last active December 19, 2016 06:15
Show Gist options
  • Save sourabh-upadhyay/63dd4cc800042f5d2f54 to your computer and use it in GitHub Desktop.
Save sourabh-upadhyay/63dd4cc800042f5d2f54 to your computer and use it in GitHub Desktop.
Sublime configure for Ruby on Rails

Here are some github repo and there:

Steps:

  1. go to your Sublime

  2. menu bar > Preferences(or alt + n) > Browse Packages

  3. It will open the current packages folder

  4. Cope the url(path) and open the this in terminal then run the below commands:

  5. sublime-text-2-clipboard-history git clone https://github.com/kemayo/sublime-text-2-clipboard-history.git

  6. SublimeChangeQuotes git clone https://github.com/colinta/SublimeChangeQuotes.git

  7. GitGutter git clone https://github.com/jisaacks/GitGutter.git

  8. Sass git clone https://github.com/nathos/sass-textmate-bundle.git

  9. Erb snippet git clone https://github.com/matthewrobertson/ERB-Sublime-Snippets.git

  10. Style ERB Block for Sublime Text https://github.com/eddorre/SublimeERB git clone git@github.com:eddorre/SublimeERB.git

  11. Sublime erb[https://github.com/eddorre/SublimeERB]

    git clone git@github.com:eddorre/SublimeERB.git ~/.sublime_erb

    ln -fs ~/.sublime_erb/ ~/.config/sublime-text-2/Packages/SublimeERB

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