Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 582 Bytes

Personal Dot Files

Just config files to set up various programs and utilities. Originally forked from Ryan Bates' dotfiles: https://github.com/ryanb/dotfiles.

Installation

Fork it.

git clone git://github.com/username/dotfiles ~/.dotfiles
cd ~/.dotfiles
# set up symlinks to actual dotfiles.
# can have a look at `rake install` from originally repo to do this..
# pull in any submodule projects (e.g. vim bundles.)
git submodule update --init 

Useful links