From 4452d9b7530301d4ecab24232083af67487e495e Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 15 Feb 2015 16:01:01 +0100 Subject: Add readme and license file Signed-off-by: Thomas Schneider --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..558d83d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# qsuscs’ .dotfiles +Hi there! These are various config files for programs I use. You are free to +do with them whatever the ISC license permits (see LICENSE for details). I can +however only speak for my very own stuff, there are some files not written by +me in this repo. They are either git submodules and therefore not exactly part +of this distribution or carry their own header. + +## How to install +``` +cd +git clone --recursive git://github.com/qsuscs/.dotfiles.git +cd .dotfiles +./setup.zsh +``` -- cgit v1.2.3