Skip to content

Instantly share code, notes, and snippets.

@dukex
Created June 20, 2011 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dukex/1035129 to your computer and use it in GitHub Desktop.
Save dukex/1035129 to your computer and use it in GitHub Desktop.
ambiente
open "http://code.google.com/p/iterm2/downloads/list"
open "https://github.com/kennethreitz/osx-gcc-installer"
sudo /Developer/Library/uninstall-devtools –mode=all
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
brew update
brew install git
brew install mysql
brew install sqlite
brew install imagemagick
brew install wget
brew install ack
brew install ctags
brew install node
brew install zsh
brew install rbenv
brew install ruby-build
rbenv-install 1.9.3-p0
rbenv rehash
rbenv global 1.9.3-p0
rbenv shell 1.9.3-p0
ssh-keygen -t rsa -C "duke.m16@gmail.com"
mkdir -p ~/code && cd ~/code
# git clone git@github.com:dukex/dotfiles.git dotfiles
# cd ~/code/dotfiles/
# ./install.sh
git clone git@github.com:dukex/oh-my-zsh.git ~/.oh-my-zsh
echo "source ~/.oh-my-zsh/zshrc" > ~/.zshrc
wget 'https://raw.github.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors' -O /tmp/solarized-dark.itermcolors
open /tmp/solarized-dark.itermcolors
git clone git@github.com:dukex/vimfiles-new.git ~/.vim
cd ~/.vim
git submodule update --init
echo "source ~/.vim/vimrc" > ~/.vimrc
git clone git://github.com/dukex/dotfiles.git ~/code/dotfiles
cd ~/code/dotfiles
./install.sh
gem update --system
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment