Skip to content

Instantly share code, notes, and snippets.

@benders
Last active December 17, 2015 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benders/5602239 to your computer and use it in GitHub Desktop.
Save benders/5602239 to your computer and use it in GitHub Desktop.
New Employee setup
Repair Homebrew permissions
sudo chmod g+w /usr/local/
Put Chrome and Firefox on dock
Download and Install
TextMate
GitX
Run TextMate and setup terminal helper in /usr/local/bin
Run GitX and "Enable Terminal Usage" (puts helper in /usr/local/bin)
Setup Sublime Text 2 helper
cd /usr/local/bin && sudo ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl
symlink for MySQL
cd /usr/lib && sudo ln -s ../local/mysql/lib/libmysqlclient.18.dylib
Paste Git setup commands from https://newrelic.atlassian.net/wiki/display/eng/Git+Setup+for+New+Employees
Add rbenv to .profile
eval "$(rbenv init -)"
rbenv install 1.9.3-p194
rbenv global 1.9.3-p194
gem install bundler
rbenv rehash
--- Site Engineering Specific ---
Download and install VirtualBox
Download and install Vagrant
vagrant box add CentOS-6.4-x86_64-puppet-enterprise.4.2.10-1 http://chi-boss.newrelic.com/vagrant/CentOS-6.4-x86_64-puppet-enterprise.4.2.10-1.box
vagrant box add centos-5.8-64bit-puppet-vbox.4.1.18-2 https://dl.dropbox.com/u/10055936/Vagrant/centos-5.8-64bit-puppet-vbox.4.1.18-2.box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment