Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
More betterer documentation.
Browse files Browse the repository at this point in the history
Actually, I just made it so that the docs don't lie.

EDIT: They don't lie as much as they used to.
  • Loading branch information
Chris Miller committed Oct 12, 2012
1 parent 29bdfe6 commit 1b32229
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Expand Up @@ -45,6 +45,8 @@ Clone this here repo to `~/.dotfiles` or somewhere nice and quiet.
Remember to add `--recursive` and `--recursive-submodules` or you'll
have to thunk around with Janus a lot more than should be necessary.

git clone --recursive git@github.com:NSError/dotfiles.git ~/.dotfiles

# Step 3: Secrets

Add a `~/.secrets` file for user-specific information. It should look
Expand All @@ -57,10 +59,19 @@ something like this:
export GITHUB_USER='NSError'
export GITHUB_TOKEN=wtf was this?

# Step 4: Janus
# Step 4: Vim!

vim +BundleInstall +qall

My Vim config has finally left the era of Janus. I'm now rocking a
custom setup which is something of a hybrid between Janus and spf13's
vim setup. This has created a very nice situation where I don't have a
(lot) of stuff I don't use, and I'm not constantly hitting keys and
finding it doing things I'm not familiar with.

# Step 5: ???

cd ~/.vim
rake
# Step 6: Profit!

[skwp-dotfiles]: https://github.com/skwp/dotfiles
[holman-dotfiles]: https://github.com/holman/dotfiles

0 comments on commit 1b32229

Please sign in to comment.