aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-22 16:41:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-22 16:41:32 +1200
commit843200c2f4d5a9ca66a7ff2eebb7fe050c2869b1 (patch)
treed553187aa66c6a556d5861656830389e63d9d324 /README.md
parentOnly complete when appropriate (diff)
downloaddotfiles-843200c2f4d5a9ca66a7ff2eebb7fe050c2869b1.tar.gz
dotfiles-843200c2f4d5a9ca66a7ff2eebb7fe050c2869b1.zip
Replace README with Markdown, add license
I'll improve on this a bit later.
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..685abff0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+Dotfiles
+========
+
+Tom Ryder's personal repository of dotfiles. This is for those settings that migrate well from machine to machine and that I consider safe to publish.
+
+These are not really built for other people to use, but if you know a thing or two about Bash and Vim, you won't struggle.
+
+ $ cd
+ $ git clone git://github.com/tejr/dotfiles.git .dotfiles
+
+There's an installation script, but it hoses your existing files, so don't run it without reading it first.
+
+ $ bash .dotfiles/install.sh
+
+License
+-------
+
+Copyright (c) Tom Ryder. Distributed under an [MIT License](http://www.opensource.org/licenses/MIT MIT License). Buy me a beer sometime.
+