[meta] Update README

pull/28/head
Alpha Chen 10 years ago
parent 90b656339d
commit ea398c61a6

@ -8,31 +8,26 @@ files that can be symlinked.
# Usage # Usage
First, install [Xcode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12)
and the Command Line Tools.
``` shell ``` shell
sudo xcode-select --install sudo xcode-select --install
open 'https://itunes.apple.com/us/app/xcode/id497799835?mt=12' open 'https://itunes.apple.com/us/app/xcode/id497799835?mt=12'
sudo xcodebuild -license sudo xcodebuild -license
curl -L https://raw.github.com/kejadlen/dotfiles/master/bootstrap.sh | sh
cd ~/.dotfiles/ansible && ansible-playbook main.yml --ask-sudo-pass
rm -f ~/*.retry
ln -sF ~/Dropbox/dotfiles ~/.dotfiles
``` ```
Then run the bootstrapping script. This installs Homebrew and Ansible, and # Caveats
clones the dotfiles repo into `~/.dotfiles`.
``` shell There are some things that aren't automated.
curl -L https://raw.github.com/kejadlen/dotfiles/master/bootstrap.sh | sh
```
Now ansible can be run to set up mostly everything. ## App Store
``` shell - Fantastical
cd ~/.dotfiles/ansible && ansible-playbook main.yml --ask-sudo-pass - Reeder
rm -f ~/*.retry
```
# Post-Ansible ## Preferences
``` shell - Tap to click
ln -sF ~/Dropbox/dotfiles ~/.dotfiles - Drag lock
```

Loading…
Cancel
Save