2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-19 03:25:33 +00:00
steffen-dotfiles/install/ruby.sh
2014-12-22 13:01:58 +01:00

8 lines
193 B
Bash
Executable File

#!/usr/bin/env bash
gem install bundler --no-document
gem install capistrano --no-document
gem install compass --no-document
gem install sass --no-document
gem install scss-lint --no-document