Scripts and walkthroughs to bootstrap my new Macs when I get them. This doesn't happen all too often, but in between home, work, desktops, laptops, etc., it happens more often than I'd like!
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
git config --global user.name "Matthew Rothenberg"
git config --global user.email "mrothenberg@gmail.com"
git config --global github.user mroth
git config --global github.token github_api_token
git config color.ui true
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
hash -r
rvm install 1.9.2
rvm use ruby-1.9.2
gem install rails bundler
-
Install all software updates.
sudo softwareupdate -i -a -
Generate new SSH keys for the machine.
-
Generate keys
ssh-keygen -t rsa -C "mroth@bitly.com"
-
Copy to github
-
Copy to home server
-
-
Set up GUI preferences
-
DEAR GOD DISABLE NATURAL SCROLLING
defaults write ~/Library/Preferences/.GlobalPreferences com.apple.swipescrolldirection -bool false
-
Change appearance and highlight color to be more monochromatic
-
Additional things I need to install to be productive.
- Dropbox
- TextMate
- iTerm2
- solarized theme
- Keynote