From 35fd2b65983dd1793c79c342970c1c643343f3f8 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 3 Sep 2014 22:39:45 -0700 Subject: [PATCH] [meta] Update README --- README.md | 18 ++++++++++++++++-- bootstrap.sh | 6 ------ 2 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 bootstrap.sh diff --git a/README.md b/README.md index b033c24..82c72c9 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,27 @@ files that can be symlinked. # Usage ``` shell +# Install Homebrew +ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" + +# Install ansible +brew install ansible + +# Clone dotfiles +git clone --recursive https://github.com/kejadlen/dotfiles.git ~/.dotfiles + +# Xcode sudo xcode-select --install open 'https://itunes.apple.com/us/app/xcode/id497799835?mt=12' sudo xcodebuild -license -curl -L https://raw.github.com/kejadlen/dotfiles/master/bootstrap.sh | sh + +# Run Ansible cd ~/.dotfiles/ansible && ansible-playbook main.yml --ask-sudo-pass rm -f ~/*.retry -ln -sF ~/Dropbox/dotfiles ~/.dotfiles + +# Post-Dropbox syncing +rm -rf ~/.dotfiles +ln -s ~/Dropbox/dotfiles ~/.dotfiles ``` # Caveats diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100644 index 49d4946..0000000 --- a/bootstrap.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" -/usr/local/bin/brew install ansible - -git clone --recursive https://github.com/kejadlen/dotfiles.git ~/.dotfiles