New Computer with OSX Yosemite.
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
### Install RVM
```shell
\curl -sSL https://get.rvm.io | bash -s stable
-
Set zsh as your login shell:
chsh -s $(which zsh)
-
install rcm
brew tap thoughtbot/formulae brew install rcm
-
Install the dot files
env RCRC=$HOME/dotfiles/rcrc rcup
rvm install ruby
rvm --default use ruby-2.1.3
brew install git
brew install imagemagick
brew install ghostscript
brew install memcached
brew install postgresql
brew install phantomjs
... now exit terminal before going on.
https://help.github.com/articles/generating-ssh-keys/
Make sure you can clone, perhaps a low dependency app like dhl is a good test.
git clone [email protected]:kirley/dhl
- Clone
```shell
git clone [email protected]:kirley/Helios.git
```
- Clone
```shell
git clone [email protected]:kirley/hermes.git
```
brew install nvm
.. Add the things it says to rc files.
export PATH="$PATH:/usr/local/lib/node_modules"
Set the default node to the one just installed
nvm install stable
nvm alias default stable
npm install -g ember-cli
npm install -g bower
npm install -g grunt-cli
brew install redis
brew install the_silver_searcher
(I DID NOT INSALL THIS ... YET)
brew install hub