From 8a633a3cbe982e356a661f5d371286bc63f4a0f9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 28 May 2012 09:54:53 +1200 Subject: Rename, reorganise, hard-wrap README file. Sorry to anyone watching the repository, I'm still kind of enthralled with Markdown. --- README.markdown | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.markdown (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown new file mode 100644 index 00000000..3490e4f3 --- /dev/null +++ b/README.markdown @@ -0,0 +1,28 @@ +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. 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 + -- cgit v1.2.3