Created
June 20, 2011 04:29
-
-
Save dukex/1035129 to your computer and use it in GitHub Desktop.
ambiente
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "[email protected]" | |
mkdir -p ~/code && cd ~/code | |
# git clone [email protected]:dukex/dotfiles.git dotfiles | |
# cd ~/code/dotfiles/ | |
# ./install.sh | |
git clone [email protected]: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 [email protected]: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