Readme and some tweaks.

This commit is contained in:
Artem Sapegin
2012-10-19 15:54:20 +04:00
parent da7a90c337
commit 03f4588f75
5 changed files with 40 additions and 5 deletions

View File

@ -1,10 +1,16 @@
## Prerequisites
* [Command Line Tools for Xcode](https://developer.apple.com/downloads)
* [homebrew](http://mxcl.github.com/homebrew/)
* [node.js](http://nodejs.org/)
### [Git-friendly](https://github.com/jamiew/git-friendly)
```bash
sudo bash < <( curl https://raw.github.com/jamiew/git-friendly/master/install.sh)
```
### How to remove US English keyboard layout on Mac OS X
Useful when you use some kind of [typography layout](http://ilyabirman.ru/projects/typography-layout/).

View File

@ -1,6 +1,9 @@
#!/bin/bash
# Based on https://github.com/mathiasbynens/dotfiles/blob/master/.brew
# Setup Homebrew
command -v brew >/dev/null 2>&1 || ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
# Make sure were using the latest Homebrew
brew update