Skip to content

Instantly share code, notes, and snippets.

@rizkysyazuli
Last active September 7, 2016 15:17
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 rizkysyazuli/40e12ffae1ba88b3368d388fdd771a81 to your computer and use it in GitHub Desktop.
Save rizkysyazuli/40e12ffae1ba88b3368d388fdd771a81 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Originally from: https://bitbucket.org/snippets/rzky/5Kp6k/ruby-gems-installer
# Install Ruby Version Manager (RVM)
# gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
# curl -sSL https://get.rvm.io | bash -s stable --ruby=2.1
# rvm use 2.1 --default
# Essentials
gem install sass
gem install compass
# Linters
gem install haml_lint
gem install scss_lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment