aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <thosch97@gmail.com>2015-02-15 16:01:01 +0100
committerThomas Schneider <thosch97@gmail.com>2015-02-15 16:01:01 +0100
commit4452d9b7530301d4ecab24232083af67487e495e (patch)
treeb58153c0557c01bc5feafbf92f8e1a434afc94a7
parentca9a02d5cecad971e6b79e7089e1c3f535369b76 (diff)
Add readme and license file
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
-rw-r--r--LICENSE13
-rw-r--r--README.md14
2 files changed, 27 insertions, 0 deletions
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 <thosch97@gmail.com>
+
+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
+```