Skip to content

Instantly share code, notes, and snippets.

@reinier
Created February 28, 2014 13:07
Show Gist options
  • Save reinier/9270755 to your computer and use it in GitHub Desktop.
Save reinier/9270755 to your computer and use it in GitHub Desktop.

Mac 'Wednesday' setup history

All (well, most of it) the apps & tools I installed on my Mac from clean install until now

Install xCode

Install Homebrew (check website for latest install code)

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

Install git

brew install git

Install Homebrew Cask to install apps outside of the App Store

brew tap phinze/homebrew-cask && brew install brew-cask

Install Virtual BOX for use with Vagrant

brew cask install virtualbox

Install Vagrant

brew cask install vagrant

Install Autoconf (don't know why, but in older setups needed for some stuff)

brew install autoconf

Install Python

brew install python
pip install virtualenv

Install Node

brew install node

Install Compass

sudo gem install compass

Install Yeoman (Grunt, Bower, Yeoman)

npm install -g yo

Install Cocktail

brew cask install cocktail

Install Marked (2)

brew cask install marked2

Install Gulp

npm install -g gulp

Instal Sequel Pro

brew cask install sequel-pro

Install browserify (JS package management)

npm install -g browserify

Let Alfred search within cask app scope

brew cask alfred link

Install Grunt Init

npm install -g grunt-init

Install Grunt Sass

npm install -g grunt-contrib-sass

Install Cactus

sudo easy_install cactus

Install pyScss - needed for Cactus

sudo easy_install pyScss

npm install -g grunt-contrib-sass

Install Bourbon and Neat

sudo gem install bourbon
sudo gem install neat
@davidhund
Copy link

Handig. Moet ik ook maar eens zo mooi online zetten. Als soort .dotfiles repootje. Bedankt Reinier: er zitten een aantal zaken tussen die ik nog niet kende.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment