- Install HipChat
- Upgrade to OS X Mavericks
- Install Google Chrome
- Check to make sure you don't have RVM or Macports by running this command from your terminal
bash <(curl -s https://gist.github.com/phlco/8358292/raw/b6e4df4efc7b7973cb5566e89c57672380062074/uninstalls.sh)ds
- Install Homebrew (The command is at the bottom of the page)
* Type:
brew doctorand resolve any warnings or errors that come up before moving on.- Then:
brew install git rbenv ruby-build rbenv-gem-rehash postgres- Then:
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
- Then:
- Then:
- [Install Ruby + Rails]
rbenv install 2.1.0rbenv global 2.1.0- Open a new terminal tab for the next two commands
gem update --systemgem install bundler rails pry --no-document
- Setup Github Account
- Set up your Bash Profile
- Ensure you are in your home directory by entering
cdinto your terminal - If they exist, rename the files
.gitconfig,.gitignore-global,.bash_profileto have the extension.bk - Copy the files
.gitconfig,.gitignore-global,.bash_profilefrom our GitHub Repo in their place - Customize icon if you want! (We have ♬ in there by default)
- Ensure you are in your home directory by entering
- Sublime Text 2
- Follow the "Simple" directions to install the Package Manger
- Check to make sure your
sublcommand works. When you type it, it should open up Sublime Text. * If it doesn't work, you may need to edit your.bash_profilefile. You should change the line that saysalias subl='open -a "Sublime Text"'toalias subl='open -a "Sublime Text 2"' - From Sublime Text, from the program menu, select "Preferences" then "Settings - User". Replace what is in this file with the contents of the
Preferences.sublime-settingsthat we've provided
- Setting up your work folder
- Ensure you are in your home directory by entering
cdinto your terminal - Create a
devdirectory by typing the commandmkdir dev - Navigate into your new
devdirectory by typingcd dev - In your
devdirectory, create awdidirectory by typing the commandmkdir wdi - We'll start populating these directories in Week 1
- Ensure you are in your home directory by entering
- Install the Spectacle Screen Manager and play around with what it can do. You may have to change your system preferences to allow for assistive devices.