UPDATED FEAUTRE: Awesomer than the combined powers of a ninja, Batman and Santa Claus!
Prerequisites
- zsh
- vim 7.3.885+ & if_lua
- ssh
- git-core
- rbenv
- tmux
- Exuberant Ctags (>=5.5)
- ponysay
- Pathogen
- Syntastic—syntax checking
- Vdebug
- NerdTree w/NerdTree Tabs
- Snipmate
- EasyMotion
- Surround
- Vim-Airline
- Neocomplete + Neosnippets
- Unite.vim
- CtrlP (There's got to be something smarter though, right?)
- Vim-Seek
- Zencoding
- Change to your home directory
cd ~ - Clone this repo into a directory named
dotfiles:
git clone http://github.com/thcipriani/dotfiles.git ~/dotfiles
- Grab oh-my-zsh! and all of my pathogen plugins by updating all of the submodules of this repo:
cd ~/dotfiles git submodule init git submodule update
- Make sure that
bootstrap.rbin thedotfilesdirectory has the proper permissions and run that file:
cd ~/dotfiles chmod +x bootstrap.rb ./bootstrap.rb