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 --- LICENSE | 13 +++++++++++++ README.md | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3791927 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright © 2015, Thomas Schneider + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 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