jgp / dotfiles forked from botanicus/dotfiles
- Source
- Commits
- Network (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Jakub Stastny (author)
Thu Nov 12 03:52:10 -0800 2009
dotfiles /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Nov 10 10:21:12 -0800 2009 | |
| |
README.textile | ||
| |
Rakefile | Tue Oct 20 06:18:00 -0700 2009 | |
| |
cache/ | ||
| |
git/ | Tue Nov 10 10:39:11 -0800 2009 | |
| |
lib/ | ||
| |
ruby/ | ||
| |
textmate/ | ||
| |
vim/ | ||
| |
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

