22 lines
661 B
Markdown
22 lines
661 B
Markdown
## Prerequisites
|
||
|
||
* [Command Line Tools for Xcode](https://developer.apple.com/downloads)
|
||
|
||
|
||
## Bootstrap
|
||
|
||
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).
|
||
|
||
|
||
### 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) |