SkillAgentSearch skills...

Setup

Setup a new development environment for Ruby

Install / Use

/learn @fastruby/Setup
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Setup

Script to install base environment for Ruby development.

Install on Mac OS X

curl -L https://raw.githubusercontent.com/ombulabs/setup/master/mac.sh | bash

Installed libraries

The script will install:

  • homebrew
  • imagemagick
  • oh-my-zsh
  • mysql
  • postgres
  • redis
  • rvm
  • ruby-2.6.6
  • docker
  • docker-compose
  • nvm
  • chromedriver
  • github desktop
  • heroku-toolbelt
  • spotify
  • slack
  • firefox
  • atom

FAQ

I get a permissions error. Why?

You may need to update your local libraries directory.

sudo chown -R $(whoami):admin /Library/Caches/Homebrew
sudo chown -R $(whoami):admin /opt/homebrew-cask/
sudo chown -R $(whoami):admin /usr/local/

I get failure errors. Why?

You have to install Xcode developer tools

xcode-select --install

But I don't want <application> installed.

Just remove <application> from https://github.com/ombulabs/setup/blob/master/mac.sh

Contributions

Please fork this repository and send a pull request with the changes. Thanks!

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks7

Languages

Shell

Security Score

65/100

Audited on Nov 7, 2024

No findings