jgp / dotfiles forked from botanicus/dotfiles

Just my configuration files

This URL has Read+Write access

name age message
file .gitignore Tue Nov 10 10:21:12 -0800 2009 cache is ignored [Jakub Stastny]
file README.textile Loading commit data...
file Rakefile Tue Oct 20 06:18:00 -0700 2009 The BIG reorganisation [Jakub Stastny]
directory cache/
directory git/ Tue Nov 10 10:39:11 -0800 2009 others/Rakefile [Jakub Stastny]
directory lib/
directory ruby/
directory textmate/
directory vim/
directory zsh/
README.textile

About

Just my configuration files for Git, Ruby, ZSH, Vim etc.

Updating from botanicus/dotfiles

# in your jgp/dotfiles clone
git remote add botanicus git@github.com:botanicus/dotfiles.git
git fetch
git rebase botanicus/master

Installation

# in your jgp/dotfiles clone
rake backup    # backup all your original dotfiles from your home
rake setup     # create config.yml
vim config.yml # comment out what you aren't interested in
rake install   # install subprojects specified in the config.yml

Change your shell to ZSH

chsh -s $(which zsh) # first ensure you actually have ZSH installed!

One Project Installation

cd zsh
rake install

Tasks