Bootstrap: sudo + fabric.

This commit is contained in:
Artem Sapegin 2012-11-09 12:33:54 +04:00
parent fa7e0af397
commit 43daf50134
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,9 @@
# New Mac bootstrap
# Ask for the administrator password upfront
sudo -v
. stuff.sh
. bash.sh
. consolas.sh

View File

@ -2,6 +2,8 @@
# Installs Homebrew, Git, git-extras, git-friendly, Node.js, configures Apache, PHP, MySQL, etc.
# Ask for the administrator password upfront
sudo -v
# Install Homebrew
command -v brew >/dev/null 2>&1 || ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
@ -53,7 +55,9 @@ brew cleanup
# Node.js
brew install node
npm install -g grunt
npm install -g jshint
npm install -g bower
# Python
sudo pip install fabric