Last active
January 23, 2017 03:49
-
-
Save EdgarOrtegaRamirez/163eca1ff7d5c56fac577badd19f30db to your computer and use it in GitHub Desktop.
Setup Mac for Development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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