Skip to content

Instantly share code, notes, and snippets.

@mauromorales
Last active December 21, 2015 21:29
Show Gist options
  • Save mauromorales/6368533 to your computer and use it in GitHub Desktop.
Save mauromorales/6368533 to your computer and use it in GitHub Desktop.
Mac Setup for Ruby Development
set-option -g default-shell /bin/zsh
set -g mode-mouse on
ZSH_THEME="mauromorales"
plugins=(git ruby rbenv brew bundler heroku vagrant rsync rake rails3 capistrano battery)
brew install git
brew install rbenv rbenv-gem-rehash rbenv-bundler
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc
echo 'eval "$(rbenv init -)"' >> ~/.zshrc
brew install ruby-build
brew install tmux
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
rbenv install 2.0.0-p247
rbenv local 2.0.0-p247
git clone [email protected]:mauromorales/dotfiles.git
ln -s dotfiles/.vimrc ~/.vimrc
ln -s dotfiles/.vim ~/.vim
ln -s dotfiles/.zshrc ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment