Skip to content

Instantly share code, notes, and snippets.

@dkbrummitt
dkbrummitt / mac-setup.md
Last active July 29, 2021 21:30
New-Mac-Setup

Quickly setup your Mac for Development

  1. Open the AppStore and download and install XCode.
  2. Run the following at the command line.

Be sure to comment out/remove any bits that you dont need

xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
@dkbrummitt
dkbrummitt / Gemfile
Created March 6, 2015 14:16
Gem file that contains the needed gems for a Rails API using Devise, Guard, and MySQL
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.0'
# Use mysql as the database for Active Record
gem 'mysql2'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.3'
# Use Uglifier as compressor for JavaScript assets