dotfiles/setup/Readme.md
2012-10-19 15:54:20 +04:00

25 lines
613 B
Markdown

## Prerequisites
* [Command Line Tools for Xcode](https://developer.apple.com/downloads)
* [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/).
```bash
bash <(curl -fsSkL raw.github.com/bolknote/shellgames/master/us_layout_remover.sh)
```
### Misc
* [OSX Python developer guide](https://gist.github.com/902296)