- VirtualBox
- Vagrant
- Sublime Text 3
- iTerm2 "Test Release"
- Google Chrome
- Mozilla Firefox
- Meslo Powerline Font
- Heroku Toolbelt
Install Homebrew following the steps at the Homebrew homepage, then run brew update
. If you already have Homebrew installed, just run brew update
. If there are any problems, run brew doctor
and address the listed problems. Ask an instructor if you're stuck.
Use Homebrew to install git
, zsh
, imagemagick
and the_silver_searcher
:
brew install git
brew install zsh
brew install imagemagick
brew install the_silver_searcher
Run our shell script using:
ruby -e "$(curl -sS https://raw.githubusercontent.com/makersquare/osx-dotfiles/master/dotfiles.rb)"
This will set up your environment settings properly.
- Navigate to
~/code/mks
in the terminal. - Open
Vagrantfile
in Sublime Text. - Replace the URL on line 3 with
config.vm.box_url = './mks4.box'
. - Save and close the Vagrantfile.
- Run the command
vagrant up
from within the same directory. - Once download, extraction and VM boot are complete, run
vagrant ssh
to connect to the VM. - Test everything worked correctly by checking to make sure
~/code/mks
on the VM has the same file contents as the local machine and thatruby -v
returnsruby 2.0.0p481