Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 533 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 533 Bytes

###Homebrew Stuff

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap thoughtbot/formulae
brew install rcm

###vim

curl http://j.mp/spf13-vim3 -L -o - | sh

###prezto

zsh
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
  ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done


chsh -s /bin/zsh
rcup -d dotfiles -x README.md