This repository contains a set of automation scripts for setting up development environments and performing various tasks such as installing Ruby, Rails, and other dependencies.
Make sure you have the following installed before running the scripts:
- Homebrew (for macOS users):
Install Homebrew by running:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Run the scritps with $> ./install_ruby.sh
If you face permission error, run with $> chmod +xr ./install_ruby.sh