aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
blob: c04b1c4888c1f8d5accca18b5b55bdb5a2e36d2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Dotfiles (Tom Ryder)
====================

Personal repository of dotfiles. This is for those settings that migrate well
from machine to machine and that I consider safe to publish. You're welcome to
use them, but you'll probably want to fork it to remove anything peculiar to me
or my setup that I've left in here.

    $ git clone git://github.com/tejr/dotfiles.git ~/.dotfiles

There's an installation script, but it's pretty bare-bones, so don't run it
without reading it first. You'll also need to have a recent enough version of
Git to support [submodules][1].

    $ ~/.dotfiles/install

License
-------

Copyright (c) [Tom Ryder][2]. Distributed under an [MIT License][3]. Buy me a
beer sometime.

[1]: http://git-scm.com/book/en/Git-Tools-Submodules
[2]: http://www.sanctum.geek.nz/about/tom-ryder
[3]: http://www.opensource.org/licenses/MIT