Skip to content

Instantly share code, notes, and snippets.

@jacksonfdam
Created October 28, 2013 02:37
Show Gist options
  • Select an option

  • Save jacksonfdam/7190607 to your computer and use it in GitHub Desktop.

Select an option

Save jacksonfdam/7190607 to your computer and use it in GitHub Desktop.

Setup Mac OS X Mavericks

Passo a passo que uso após reinstalar o sistema do 0, para não ter que ficar lembrando onde esta tudo, criei esse 'passo a passo' para me ajudar, ja que faço isso a cada novo sistema da Apple :)

Configuração

1. Update sistema

2. Xcode e/ou "Comand Line Tools"

Comand Line Tools / Xcode pode ser baixado na App Store

3. Instalar iTerm 2

iTerm

4. Homebrew http://brew.sh/

# install homebrew
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

brew install git
brew install node
brew install wget
brew install z
brew install ffind
brew install Mcrypt

npm install -g gh-markdown-cli
npm install -g http-server
npm install -g jshint

5. Softwares

# install homebrew-cask
brew tap phinze/homebrew-cask
brew install brew-cask

# essential
brew cask install dropbox
brew cask install alfred
brew cask install evernote
brew cask install one-password

# dev
brew cask install charles
brew cask install cornerstone
brew cask install imagealpha
brew cask install imageoptim
brew cask install livereload
brew cask install codekit
brew cask install virtualbox
brew cask install vagrant

# utils
brew cask install divvy
brew cask install istat-menuscle
brew cask install notational-velocity
brew cask install the-unarchiver
brew cask install vlc

# browsers
brew cask install firefox
brew cask install firefox-aurora
brew cask install google-chrome
brew cask install google-chrome-canary

# others
brew cask install u-torrent

Manual

6. Setar Chrome como browser default

source

7. Dotfiles

Uso o dotfiles do Eduardo - Source

E uso um aliases modificado https://github.com/keppelen/dotfiles/

8. Configurando NPM e SSH keys GitHub

npm adduser

9. IE Tester VM's Virtal Box

# IE8 XP
curl -O "https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE8_XP/IE8.XP.For.MacVirtualBox.ova"

# IE9 Win7
curl -O "https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE9_Win7/IE9.Win7.For.MacVirtualBox.part{1.sfx,2.rar,3.rar,4.rar,5.rar}"

# IE10 Win8
curl -O "https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE10_Win8/IE10.Win8.For.MacVirtualBox.part{1.sfx,2.rar,3.rar}"
npm install -g grunt-cli
npm install -g bower

12. Ryby 2.0

\curl -L https://get.rvm.io | bash -s stable
rvm install rvm install 2.0.0]
rvm use 2.0.0 --default

13. Dependencias para meus projetos

gem install compass
gem install packr
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment