Inspired by croaky.
Install Homebrew with
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Install rcm.
brew tap thoughtbot/formulae
brew install rcm
Clone onto your laptop:
mkdir -p ~/Code/kennyadsl/dotfiles
git clone git://github.com/kennyadsl/dotfiles.git ~/Code/kennyadsl/dotfiles
Install:
env RCRC=$HOME/Code/kennyadsl/dotfiles/rcrc rcup
This will create symlinks for config files in your home directory.
You can safely run rcup
multiple times to update.
Read the code :P