2012-10-12 14:53:55 +00:00
## Prerequisites
* [Command Line Tools for Xcode ](https://developer.apple.com/downloads )
2012-10-23 08:56:16 +00:00
## Bootstrap
2012-10-19 11:54:20 +00:00
2012-10-23 08:56:16 +00:00
Run `./bootstrap.sh` (or separate scripts in this folder) and make you some coffee. Then open Chrome (now it’ s your default browser) and install [all needed apps ](https://github.com/sapegin/dotfiles/wiki/Mac-OS-Apps ).
2012-10-19 11:54:20 +00:00
2012-10-12 08:53:13 +00:00
### How to remove US English keyboard layout on Mac OS X
2012-10-12 14:53:55 +00:00
Useful when you use some kind of [typography layout ](http://ilyabirman.ru/projects/typography-layout/ ).
2012-10-12 08:53:13 +00:00
```bash
bash < (curl -fsSkL raw.github.com/bolknote/shellgames/master/us_layout_remover.sh)
```
2012-10-12 14:53:55 +00:00
### Misc
* [OSX Python developer guide ](https://gist.github.com/902296 )