Skip to content

Instantly share code, notes, and snippets.

@wiseleyb
Last active February 24, 2016 16:03
Show Gist options
  • Save wiseleyb/a285775d1c9bcf114bed to your computer and use it in GitHub Desktop.
Save wiseleyb/a285775d1c9bcf114bed to your computer and use it in GitHub Desktop.
Process I followed setting up a new mac
* install homebrew
* brew install coreutils
* install https://github.com/sds/dot
* rm -rf ~/.vim
* install https://github.com/sds/.vim
* brew install tmux
* in settings > keyboard > modifier keys map caplocks to ctrl
* ln -s /Users/benwiseley/.dotfiles/plugins/tmux/tmux.conf .tmux.conf
* in terminal preferences set default to pro - change font to courier 14pt
* brew install postgres
* ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
* launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
* brew install ruby-build
* rbenv install 2.2.3
* rbnev local 2.2.3
* setup https nightmare https://gist.github.com/wiseleyb/a2f78b90c6009e0bab53
* brew install rbenv
* echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
* set git credentials https://help.github.com/articles/caching-your-github-password-in-git/
* add this to ~/.irbrc
require 'irb/ext/save-history'
IRB.conf[:SAVE_HISTORY] = 200
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-history"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment