Skip to content

Instantly share code, notes, and snippets.

@EdgarOrtegaRamirez
Last active January 23, 2017 03:49
Show Gist options
  • Save EdgarOrtegaRamirez/163eca1ff7d5c56fac577badd19f30db to your computer and use it in GitHub Desktop.
Save EdgarOrtegaRamirez/163eca1ff7d5c56fac577badd19f30db to your computer and use it in GitHub Desktop.
Setup Mac for Development
cd ~
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew analytics off
brew doctor
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
\curl -sSL https://get.rvm.io | bash -s stable
source /Users/edgarortega/.rvm/scripts/rvm
type rvm | head -1
rvm -v
brew install git node vim postgres tmux yarn ag
brew services start postgresql
psql --version
git --version
cd ~
mkdir dev
cd dev/
git clone https://github.com/koombea/dotfiles.git
cd dotfiles
bin/install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment