summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2012-11-08 19:56:41 -0800
committerJesse Morgan <jesse@jesterpm.net>2012-11-08 19:56:41 -0800
commitfeb97bb91f1c9c596f8e776d9ac42ab5ad17b9f0 (patch)
tree63878fd812c81019ed46c43ecce54dc6bcd6e35a /README.txt
parenta188bfa6312dc9bc8ce275060f7ec2ad70cb6b2e (diff)
parent3754347bafc787eb6ed35977d0d0821e51e4a9d2 (diff)
Merge branch 'master' into jesterpm
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..5b86774
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,28 @@
+dotfiles
+================================================================================
+
+This is my collection of dotfiles. They are organized like this:
+
+base/ Files I want on every host.
+host-overrides/
+ jesterpm.net/ These files override those in base/ on hosts
+ with domains ending in jesterpm.net
+
+ host-specific/ Files in this directory are typically
+ sourced from files in base to provide
+ host (or domain) specific extensions.
+
+ bismuth.jesterpm.net/ These files override those in jesterpm.net/
+ on bismuth.jesterpm.net in
+
+setup.py A script to setup links to the dot files.
+
+
+setup.py
+-------------------------------------------------------------------------------
+The setup scripts makes the following links:
+
+ * For every file X in base/, ~/.X is linked to base/X
+
+If a file already exists, it is deleted unless the --nice flag is given.
+