Last active
September 7, 2016 15:17
-
-
Save rizkysyazuli/40e12ffae1ba88b3368d388fdd771a81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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