public
Description: Just my configuration files
Homepage:
Clone URL: git://github.com/botanicus/dotfiles.git
name age message
file .gitignore Tue Nov 10 10:21:12 -0800 2009 cache is ignored [Jakub Stastny]
file README.textile Tue Oct 20 06:18:00 -0700 2009 The BIG reorganisation [Jakub Stastny]
file Rakefile Tue Oct 20 06:18:00 -0700 2009 The BIG reorganisation [Jakub Stastny]
file TODO Tue Nov 10 10:11:37 -0800 2009 Updated TODO [Jakub Stastny]
directory cache/ Tue Nov 10 10:10:51 -0800 2009 Hook for git-tools integration into scripts [Jakub Stastny]
directory git/ Tue Nov 10 10:39:11 -0800 2009 others/Rakefile [Jakub Stastny]
directory lib/ Thu Dec 17 15:14:13 -0800 2009 Lazy loading of highline [Jakub Stastny]
directory linux/ Tue Oct 20 06:18:00 -0700 2009 The BIG reorganisation [Jakub Stastny]
directory others/ Tue Nov 10 10:41:17 -0800 2009 TODO note [Jakub Stastny]
directory ruby/ Wed Dec 16 03:43:00 -0800 2009 rvmrc [Jakub Šťastný aka Botanicus]
directory scripts/ Wed Dec 16 18:20:57 -0800 2009 Added normalize.rb script for removing trailing... [Jakub Šťastný aka Botanicus]
directory server/ Tue Oct 20 06:18:00 -0700 2009 The BIG reorganisation [Jakub Stastny]
directory textmate/ Mon Dec 07 17:07:53 -0800 2009 Node.js bundle [Jakub Šťastný aka Botanicus]
directory vim/ Mon Dec 07 06:52:02 -0800 2009 No trailing whitespace [Jakub Šťastný aka Botanicus]
directory zsh/ Thu Dec 17 15:14:13 -0800 2009 Setup $PATH at the beginning of zshrc, so you a... [Jakub Stastny]
README.textile

About

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

Installation

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

One Project Installation

cd zsh
rake install

Tasks