dotfm

My dotfile manager
git clone git://src.gearsix.net/dotfm
Log | Files | Refs | Atom | README | LICENSE

commit 548f21e47857ff78e74d273f7dfb6ac83bfef4e9
parent 91794386a544d493db59cc4af53baa89eae10189
Author: GeaRSiX <gearsix.net>
Date:   Fri, 12 Jun 2020 13:51:52 +0100

updated README.md#TODO

Diffstat:
MREADME.md | 22++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -113,17 +113,23 @@ Just run `sudo make uninstall` while in the same directory as the _Makefile_. ## TODO Development on this project isn't a massive priority for me. Currently things are getting added as I need them. -- Change `DOTFILE_LOCATIONS` to use an external config -- Allow a remote git repo to be used for calling dotfile source -- Add a double-check to _dotfm remove_ -- Follow symlinks to list source file locations too -- Commands: - - <s>List dotfile locations</s> - - Create a dotfile +**Legend** + +_[x] = done; [~] = in-progress; [-] = won't do; [ ] = not started;_ + +_(W) = Will do; (S) = Should do; (C) = Could do;_ + +- [ ] Change `DOTFILE\_LOCATIONS` to use an external config (C) +- [ ] Allow a remote git repo to be used for calling dotfile source (W) +- [ ] Add a double-check to _dotfm remove_(W) +- [ ] Follow symlinks to list source file locations too (?) + +Commands: +- [x] <s>List dotfile locations (W)</s> +- [ ] Create a dotfile (W) --- ## authors - GeaRSiX <gearsix@tuta.io> ----