Skip to content

Commit

Permalink
improving readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Sep 4, 2009
1 parent 4677f3a commit c1375c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008 Ryan Bates
Copyright (c) 2009 Ryan Bates

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
16 changes: 8 additions & 8 deletions README → README.rdoc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Ryan Bates Dot Files
= Ryan Bates Dot Files

These are config files to set up a system the way I like it.


Installation
== Installation

git clone git://github.com/ryanb/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install


Environment
== Environment

I am running on Mac OS X, but it will likely work on Linux as well with
minor fiddling. I primarily use zsh, but this includes some older bash
Expand All @@ -20,7 +20,7 @@ the following command.
chsh -s /bin/zsh


Features
== Features

I normally place all of my coding projects in ~/code, so this directory
can easily be accessed (and tab completed) with the "c" command.
Expand Down Expand Up @@ -68,7 +68,7 @@ If there are some shell configuration settings which you want secure or
specific to one system, place it into a ~/.localrc file. This will be
loaded automatically if it exists.

There are several features enabled in Ruby's irb including history,
completion and auto-indent. Many convenience methods are added as well
such as "ri" which can be used to get inline documentation in IRB.
See irbrc and railsrc files for details.
There are several features enabled in Ruby's irb including history and
completion. Many convenience methods are added as well such as "ri"
which can be used to get inline documentation in IRB. See irbrc and
railsrc files for details.

0 comments on commit c1375c8

Please sign in to comment.