Script to install base environment for Ruby development.
curl -L https://raw.githubusercontent.com/ombulabs/setup/master/mac.sh | bash
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
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/
You have to install Xcode developer tools
xcode-select --install
Just remove <application> from https://github.com/ombulabs/setup/blob/master/mac.sh
Please fork this repository and send a pull request with the changes. Thanks!