Add README.
[Dotty.git] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..b6ad86a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# About
+Dotty is my repository for dotfiles - various configuration files residing in $HOME.
+
+# How to deploy configuration
+Use `stow` in the root folder, followed by the folder whose config needs to be deployed.
+
+# Format
+Each program that has configuration files has its own subfolder in Dotty.
+Within that folder, the $HOME folder structure is assumed. Hence Dotty/program/.config/config.txt will be deployed to $HOME/.config/config.txt once `stow program` is executed.