Skip to content

Instantly share code, notes, and snippets.

View monangik's full-sized avatar

Soham Das monangik

  • Castle Rock Research Information Pvt. Ltd.
  • Kolkata, India
View GitHub Profile
development:
adapter: 'mysql2'
database: 'syzygy_rails5'
username: 'root'
password: 'ordercup'
host: 'localhost'
reconnect: true
pool: 50
timeout: 5000
variables:
PATH
remote: vendor/gems/mousetrap-rails-master
specs:
mousetrap-rails (1.4.6)
PATH
remote: vendor/gems/prestashop_integration
specs:
prestashop_integration (0.0.1)
1. Install Xcode + command line tool
2. Install Home Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
- Run these commands in your terminal to add Homebrew to your PATH:
echo >> /Users/soham/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/soham/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"