Skip to content

Instantly share code, notes, and snippets.

@calrrox
Last active May 31, 2017 11:52
Show Gist options
  • Save calrrox/04c79a803da8285814aba889225fddcc to your computer and use it in GitHub Desktop.
Save calrrox/04c79a803da8285814aba889225fddcc to your computer and use it in GitHub Desktop.
RoR IDE with ATOM

Prerequisite:

  • Distro: Ubuntu 16.04

Install via ppa stable version:

  • open terminal window and paste the followig code:

    sudo add-apt-repository ppa:webupd8team/atom

  • then update system package index and install the package

    sudo apt update; sudo apt install atom

  • if you want remove atom package paste this:

  sudo apt remove --purge atom
  sudo add-apt-repository --remove ppa:webupd8team/atom

Coolz configurations

Paste this in .atom/cofing.cson.

  editor:
    showIndentGuide: true

    showInvisibles: true

    softWrap: true

    tabType: "soft"

Coolz plugins

Haml

Linter

Linter-ruby

Linter-ruby

Linter-haml

Color-picker

Open-recent

todo-show

highlight-selected

pigments

emmet

file.icons

markdown-preview-plus

goto-definition

hyperclick

Awesome themes

Monokai

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