git-friendly -> brew.sh.
This commit is contained in:
parent
384b06a602
commit
86c3a26812
@ -1,14 +1,11 @@
|
||||
## Prerequisites
|
||||
|
||||
* [Command Line Tools for Xcode](https://developer.apple.com/downloads)
|
||||
* [node.js](http://nodejs.org/)
|
||||
|
||||
|
||||
### [Git-friendly](https://github.com/jamiew/git-friendly)
|
||||
## Bootstrap
|
||||
|
||||
```bash
|
||||
sudo bash < <( curl https://raw.github.com/jamiew/git-friendly/master/install.sh)
|
||||
```
|
||||
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
|
||||
|
@ -23,9 +23,12 @@ brew install homebrew/dupes/grep
|
||||
#brew tap josegonzalez/homebrew-php
|
||||
#brew install php54
|
||||
|
||||
# Install everything else
|
||||
# Install Git
|
||||
brew install git
|
||||
brew install git-extras
|
||||
sudo bash < <( curl https://raw.github.com/jamiew/git-friendly/master/install.sh)
|
||||
|
||||
# Install everything else
|
||||
brew install unrar
|
||||
brew install node
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user