aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```