Skip to content

Instantly share code, notes, and snippets.

@linjunpop
Created July 4, 2012 09:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linjunpop/3046295 to your computer and use it in GitHub Desktop.
Save linjunpop/3046295 to your computer and use it in GitHub Desktop.
Mac bootstrap.markdown

install xCode

TODO

install xCode commandline-tools

TODO

install homebrew

/usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"

install homebrew packages

brew tap homebrew/dupes
brew install ack
brew install apple-gcc42
brew install autojump
brew install axel
brew install chromedriver
brew install coreutils
brew install ctags
brew install ghostscript
brew install git
brew install git-flow
brew install grc
brew install growly
brew install hub
brew install imagemagick
brew install jasper
brew install jbig2dec
brew install jpeg
brew install jsl
brew install legit
brew install libtiff
brew install little-cms
brew install little-cms2
brew install mongodb
brew install mysql
brew install node
brew install ossp-uuid
brew install pdftohtml
brew install phantomjs
brew install pidof
brew install pkg-config
brew install postgresql
brew install pow
brew install python
brew install qt
brew install rbenv
brew install readline
brew install redis
brew install ruby-build
brew install solr
brew install sqlite
brew install synergy
brew install tig
brew install unrar
brew install wkhtmltopdf
brew install xz

oh my zsh

curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh

clone & install dotfiles

git clone git://github.com/linjunpop/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
rake install

install ruby

rbenv install 1.9.3-p194

set default ruby

rbenv global 1.9.3-p194

install macvim

brew install macvim --override-system-vim

janus

curl -Lo- https://bit.ly/janus-bootstrap | bash

some plugins to clone into .janus folder

cd ~/.janus
git clone git://github.com/marzocchi/vim-color-picker-osx.git
git clone git://github.com/tpope/vim-rake.git
git clone git://github.com/tpope/vim-bundler.git
git clone git://github.com/altercation/vim-colors-solarized.git
git clone git://github.com/nathanaelkane/vim-indent-guides.git
git clone git://github.com/Lokaltog/vim-powerline.git
git clone git://github.com/ecomba/vim-ruby-refactoring.git
git clone git://github.com/bbommarito/vim-slim.git
git clone git://github.com/rorymckinley/vim-rubyhash.git
git clone git://github.com/nanotech/jellybeans.vim.git
git clone git://github.com/29decibel/codeschool-vim-theme.git

node

git clone git://github.com/creationix/nvm.git ~/nvm
nvm install v0.6.14
nvm alias default 0.6

nvm

curl http://npmjs.org/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment