From 86c3a26812458af5248c4c5ba5288432725a0e3c Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Tue, 23 Oct 2012 12:56:16 +0400 Subject: [PATCH] git-friendly -> brew.sh. --- setup/Readme.md | 7 ++----- setup/brew.sh | 5 ++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/setup/Readme.md b/setup/Readme.md index 2410239..e61f816 100644 --- a/setup/Readme.md +++ b/setup/Readme.md @@ -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 diff --git a/setup/brew.sh b/setup/brew.sh index 3b6d6ee..2f61413 100755 --- a/setup/brew.sh +++ b/setup/brew.sh @@ -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