aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-13 16:24:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-13 16:24:52 -0300
commit2fb3a1b511a7c9a059f07854e361828949d3125a (patch)
tree376c9fb8952229d4a43da3d958dc41f245e63299
parentd2b2f28955b4fd7e45f2c2fc4c013e9470a8e88a (diff)
downloadmetadot-2fb3a1b511a7c9a059f07854e361828949d3125a.tar.gz
metadot-2fb3a1b511a7c9a059f07854e361828949d3125a.tar.bz2
Updates TODO
-rw-r--r--TODO.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/TODO.md b/TODO.md
index db3c469..5d601c6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,14 +1,13 @@
TODO
====
-- Find dead symlinks at $HOME pointing to dotfiles.
-- Per-distro package dependency listing/handling.
-- Check if modules are correctly installed.
-- Module descriptions and dependencies.
-- Module unloading and restoration.
-- More file types:
- - .sample: copied if no origin file exists
- - .sh: added to the profile
- - .mkdir: are simply created
- - .cp: are copied
- - .template: are copied and transformed according to environment or config variables
+* Dependency handling with `deps/$distro` and `deps/modules` files.
+* Check if modules are correctly installed: find dead and missing symlinks.
+* Module descriptions and dependencies.
+* Module unloading and restoration.
+* More file types:
+ * .sample: copied if no origin file exists
+ * .sh: added to the profile
+ * .mkdir: are simply created
+ * .cp: are copied
+ * .template: are copied and transformed according to environment or config variables