aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentca9a02d5cecad971e6b79e7089e1c3f535369b76 (diff)
Add readme and license file
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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
+```