05.05.2014
App Store https://itunes.apple.com/ch/app/xcode/id497799835?l=en&mt=12
Install the Command Line Tools
https://github.com/pstadler/optometrist
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew install git git-flow
configure git
-
set your username and email
git config --global user.name "<your name>" git config --global user.email "<your email>"
-
active the colors
git config --global color.ui true
-
set global gitignore
echo "Pods/" >> ~/.gitignore
brew install wget ack xctool
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
configure oh-my-zsh set these settings in ~/.zshrc
ZSH_THEME="lukerandall"
plugins=(git git-flow svn osx ruby brew gem pod)
restart the terminal
brew update
brew install rbenv ruby-build rbenv-gem-rehash
add this line to ~/.zshrc
eval "$(rbenv init -)"
Start new shell session
rbenv install 2.1
rbenv global
brew install node
brew install caskroom/cask/brew-cask