calej17 / dotfiles

Personal Z-Shell Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • Vim with Ruby support (on OS X use set your current ruby to 1.8.7 and brew install vim)
  • Ruby used to compile Vim set to active, needs to have bundler and rake installed

Installation

  1. Clone using git clone https://github.com/calej17/dotfiles.git
  2. Modify the Vim packages you'd like to install in bundle_list.rb
  3. Modify the dotfiles you'd like to link in dotfile_list.rb
  4. Run rake
  5. Enjoy your new fangled environment!

Additional Vim Info

All vim plugins are installed via Pathogen by Tim Pope, and the configuration for those is contained within the bundle_list.rb file. To install a new bundle add it to the list and run either rake or rake vim. If installing the Command-T plugin (which you are by default), you must use the same ruby you used to compile Vim when you run the rake task.

Additional Dotfile Info

All dotfile links are managed within the dotfile_list.rb file. If you would like to link a new file simply add it to the list in that file and run rake or rake link.

About

Personal Z-Shell Configuration


Languages

Language:Shell 65.9%Language:Vim Script 27.5%Language:Ruby 6.6%